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


IEnumSplitPoint.SplitDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEnumSplitPoint.SplitDistance Property

The distance of the current split vertex from the beginning of the polycurve.

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

Parameters SplitDistance [out, retval] SplitDistance is a parameter of type double

Product Availability

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

See Also

IEnumSplitPoint Interface