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


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

ITopologicalSegment.SplitYMonotonic Method

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*

Product Availability

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

See Also

ITopologicalSegment Interface