ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / DimensionFeature Class / SetDimensionLineOption Method
The line option for this feature.

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

    Parameters

    option
    The line 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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also