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


IGpDescribeGeometry.Length Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeGeometry Interface > IGpDescribeGeometry.Length Property
ArcGIS Developer Help

IGpDescribeGeometry.Length Property

The length of the geometry object.

[Visual Basic .NET]
Public ReadOnly Property Length As Double
[C#]
public double Length {get;}
[C++]
HRESULT get_Length(
  System.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

IGpDescribeGeometry Interface