ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / DimensionFeature Class / SetDimensionExtensionOption Method
The option for this feature.

In This Topic
    SetDimensionExtensionOption Method
    In This Topic
    Sets the dimension extension for the feature. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetDimensionExtensionOption( _
       ByVal option As DimensionPartOptions _
    ) 
    public void SetDimensionExtensionOption( 
       DimensionPartOptions option
    )

    Parameters

    option
    The option for this feature.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception occured.
    option is not a valid option for ArcGIS.Core.CIM.DimensionPartOptions.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also