This document is archived and information here might be outdated. Recommended version. |
Splits segment into Y monotonic segments.
[Visual Basic .NET] Public Sub SplitYMonotonic ( _ ByRef numSegments As Integer, _ ByRef segments As ITopologicalSegment, _ ByRef flipped As Boolean _ )
[C#] public void SplitYMonotonic ( ref int numSegments, ref ITopologicalSegment segments, ref bool flipped );
[C++]
HRESULT SplitYMonotonic(
System.Int32* numSegments,
ITopologicalSegment** segments,
Boolean* flipped
);
[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*