This document is archived and information here might be outdated.  Recommended version.


IDimensionGraphic.CustomLength Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDimensionGraphic.CustomLength Property

The custom length of the dimension graphic.

[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

The Length property returns the current calculated length for the Dimension. A custom length value can be specified using the CustomLength and UseCustomLength properties.

See Also

IDimensionGraphic Interface