ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / AnnotationFeatureClassDescription Class / LinkedFeatureClassDescription Property

In This Topic
    LinkedFeatureClassDescription Property
    In This Topic
    This represents the ArcGIS.Core.Data.FeatureClass that has a feature linked with a feature in the ArcGIS.Core.Data.Mapping.AnnotationFeatureClass.
    Syntax
    public FeatureClassDescription LinkedFeatureClassDescription {get;}
    Public ReadOnly Property LinkedFeatureClassDescription As FeatureClassDescription
    Remarks
    If the ArcGIS.Core.Data.Mapping.AnnotationFeatureClass is not created inside a ArcGIS.Core.Data.FeatureDataset, then this linked ArcGIS.Core.Data.FeatureClass must also not be inside a Feature Dataset. If the Annotation Feature Class is created inside a Feature Dataset, then the linked Feature Class must be inside the same Feature Dataset.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also