ArcObjects Library Reference (Geometry)  

IEnumCurve.SegmentDistance Property

The distance within the current segment of the current distance of this curve iterator.

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

Parameters

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

Product Availability

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

Description

Returns the distance from the From Point of the current Segment to the location of the distance iterator.

See Also

IEnumCurve Interface