ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / AnnotationFeatureClassDescription Class / AnnotationFeatureClassDescription Constructor / AnnotationFeatureClassDescription Constructor(String,IEnumerable<FieldDescription>,ShapeDescription,CIMGeneralPlacementProperties,IEnumerable<CIMLabelClass>,FeatureClassDescription)
The name of the description.
The fields for the ArcGIS.Core.Data.Mapping.AnnotationFeatureClass.
The description for the shape ArcGIS.Core.Data.Field.
The general placement properties for the annotation.
The label classes for the annotation.
The ArcGIS.Core.Data.FeatureClass that will have linked features with this ArcGIS.Core.Data.Mapping.AnnotationFeatureClass.

In This Topic
    AnnotationFeatureClassDescription Constructor(String,IEnumerable<FieldDescription>,ShapeDescription,CIMGeneralPlacementProperties,IEnumerable<CIMLabelClass>,FeatureClassDescription)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.Mapping.AnnotationFeatureClass.
    Syntax

    Parameters

    name
    The name of the description.
    fieldDescriptions
    The fields for the ArcGIS.Core.Data.Mapping.AnnotationFeatureClass.
    shapeDescription
    The description for the shape ArcGIS.Core.Data.Field.
    generalPlacementProperties
    The general placement properties for the annotation.
    labelClasses
    The label classes for the annotation.
    linkedFeatureClassDescription
    The ArcGIS.Core.Data.FeatureClass that will have linked features with this ArcGIS.Core.Data.Mapping.AnnotationFeatureClass.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also