ArcObjects Library Reference (Carto)  

IDimensionFeature.Length Property

The dimension feature's length.

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

Parameters

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

Product Availability

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

See Also

IDimensionFeature Interface