ArcGIS Pro 2.8 API Reference Guide
SetDimensionExtensionOption Method

ArcGIS.Core.Data.Mapping Namespace > DimensionFeature Class : SetDimensionExtensionOption Method
The option for this feature.
Sets the dimension extension for the feature. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetDimensionExtensionOption( 
   DimensionPartOptions option
)
Public Sub SetDimensionExtensionOption( _
   ByVal option As DimensionPartOptions _
) 

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 10, Windows 8.1

See Also

Reference

DimensionFeature Class
DimensionFeature Members