ArcObjects Library Reference (Carto)  

IDimensionFeature.CustomLength Property

The dimension feature's custom or user-defined length.

[Visual Basic .NET]
Public Property CustomLength As Double
[C#]
public double CustomLength {get; set;}
[C++]
HRESULT get_CustomLength(
  double* Length
);
[C++]
HRESULT put_CustomLength(
  double Length
);
[C++]

Parameters

Length [out, retval]   Length is a parameter of type double Length [in]   Length is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

A custom value for the DimensionFeature’s text can be set using the CustomLength property and by setting the UseCustomLength property to True.

See Also

IDimensionFeature Interface