ArcObjects Library Reference (Geometry)  

IEnumSplitPoint.SplitHappened Property

Indicates whether or not a split was performed at the current vertex (a split point could be the same as a vertex existing before SplitAtPoints/Distances was used).

[Visual Basic .NET]
Public ReadOnly Property SplitHappened As Boolean
[C#]
public bool SplitHappened {get;}
[C++]
HRESULT get_SplitHappened(
  VARIANT_BOOL* SplitHappened
);
[C++]

Parameters

SplitHappened [out, retval]   SplitHappened is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEnumSplitPoint Interface