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


ITopologicalSegment2.SplitYMonotonicEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalSegment2 Interface > ITopologicalSegment2.SplitYMonotonicEx Method
ArcGIS Developer Help

ITopologicalSegment2.SplitYMonotonicEx Method

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**

Product Availability

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

See Also

ITopologicalSegment2 Interface