This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumSplitPoint Interface > IEnumSplitPoint.SplitHappened Property (ArcObjects .NET 10.4 SDK) |
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