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


IEnumSplitPoint.SplitHappened Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumSplitPoint Interface > IEnumSplitPoint.SplitHappened Property
ArcGIS Developer Help

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(
  Boolean* SplitHappened
);
[C++]
Parameters
SplitHappened [out, retval]

SplitHappened is a parameter of type bool*

Product Availability

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

See Also

IEnumSplitPoint Interface