ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / AnnotationSubLayer Class / SupportsMetadata Property

In This Topic
    SupportsMetadata Property (AnnotationSubLayer)
    In This Topic
    Gets whether the AnnotationSubLayer supports metadata
    Syntax
    public override bool SupportsMetadata {get;}
    Public Overrides NotOverridable ReadOnly Property SupportsMetadata As Boolean
    Remarks
    Sub layer types do not support metadata. They typically have a single source, specified on the parent layer, that controls the metadata. Calling any method on ArcGIS.Desktop.Core.IMetadataInfo or IMetadataSource will result in a System.NotSupportedException
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also