This document is archived and information here might be outdated. Recommended version. |
Splits segments into Y monotonic segments and returns the unsplit parent segments.
[Visual Basic .NET] Public Sub SplitYMonotonicEx ( _ ByRef numSegments As Integer, _ ByRef segments As ITopologicalSegment, _ ByRef flipped As Boolean, _ ByRef parentSegments As ITopologicalSegment2 _ )
[C#] public void SplitYMonotonicEx ( ref int numSegments, ref ITopologicalSegment segments, ref bool flipped, ref ITopologicalSegment2 parentSegments );
[C++]
HRESULT SplitYMonotonicEx(
System.Int32* numSegments,
ITopologicalSegment** segments,
Boolean* flipped,
ITopologicalSegment2** parentSegments
);
[C++] Parameters numSegments
numSegments is a parameter of type long* segments
segments is a parameter of type ITopologicalSegment** flipped
flipped is a parameter of type bool* parentSegments
parentSegments is a parameter of type ITopologicalSegment2**