This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.SegmentDistance Property (ArcObjects .NET 10.4 SDK) |
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
Returns the distance from the From Point of the current Segment to the location of the distance iterator.