ArcGIS Pro 2.8 API Reference Guide
SetCustomLength Method

ArcGIS.Core.Data.Mapping Namespace > DimensionFeature Class : SetCustomLength Method
The custom length of the feature.
Sets the custom length for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetCustomLength( 
   double length
)
Public Sub SetCustomLength( _
   ByVal length As Double _
) 

Parameters

length
The custom length of the feature.
Exceptions
ExceptionDescription
A geodatabase-related exception occured.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DimensionFeature Class
DimensionFeature Members