ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / DimensionFeature Class / SetDimensionType Method
The dimension type for this feature.

In This Topic
    SetDimensionType Method
    In This Topic
    Sets dimension type for this feature. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetDimensionType( 
       DimensionType dimensionType
    )
    Public Sub SetDimensionType( _
       ByVal dimensionType As DimensionType _
    ) 

    Parameters

    dimensionType
    The dimension type for this feature.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception occured.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also