ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / DimensionFeatureClassDefinition Class / GetDimensionStyles Method

In This Topic
    GetDimensionStyles Method
    In This Topic
    Gets the value for the reference scale of the annotation. This method mush be called on the MCT. Use QueuedTask.Run
    Syntax
    public IReadOnlyList<CIMDimensionStyle> GetDimensionStyles()
    Public Function GetDimensionStyles() As IReadOnlyList(Of CIMDimensionStyle)

    Return Value

    Gets an array of ArcGIS.Core.CIM.CIMDimensionStyle value that is the styles collection for the dimension feature class.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also