ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / DimensionFeatureClassDescription Class / DimensionFeatureClassDescription Constructor / DimensionFeatureClassDescription Constructor(String,IEnumerable<FieldDescription>,ShapeDescription,IEnumerable<CIMDimensionStyle>)
The name of the description.
The fields for the ArcGIS.Core.Data.Mapping.DimensionFeatureClass.
The description for the shape ArcGIS.Core.Data.Field.
The dimension styles for the dimension feature class.

In This Topic
    DimensionFeatureClassDescription Constructor(String,IEnumerable<FieldDescription>,ShapeDescription,IEnumerable<CIMDimensionStyle>)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.Mapping.DimensionFeatureClass.
    Syntax

    Parameters

    name
    The name of the description.
    fieldDescriptions
    The fields for the ArcGIS.Core.Data.Mapping.DimensionFeatureClass.
    shapeDescription
    The description for the shape ArcGIS.Core.Data.Field.
    dimensionStyles
    The dimension styles for the dimension feature class.
    Exceptions
    ExceptionDescription

    name and/or fieldDescriptions is invalid.

    -or-

    shapeDescription must have ArcGIS.Core.Geometry.GeometryType.Polygon.

    -or-

    There must be at least one ArcGIS.Core.CIM.CIMDimensionStyle, and the list must have unique names and IDs. Each must also have a ArcGIS.Core.CIM.CIMLabelClass.TextSymbol.

    fieldDescriptions, shapeDescription, and/or dimensionStyles is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also