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


IEnumSplitPoint.PreviousInSequence Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IEnumSplitPoint.PreviousInSequence Method

Returns the previous split point along with its location in the geometry.

[Visual Basic .NET]
Public Sub PreviousInSequence ( _
    ByRef splitPoint As IPoint, _
    ByRef part As Integer, _
    ByRef vertex As Integer _
)
[C#]
public void PreviousInSequence (
    ref IPoint splitPoint,
    ref int part,
    ref int vertex
);
[C++]
HRESULT PreviousInSequence(
  IPoint** splitPoint,
  System.Int32* part,
  System.Int32* vertex
);
[C++]

Parameters splitPoint [out]
splitPoint is a parameter of type IPoint** part [in, out]
part is a parameter of type long* vertex [in, out]
vertex is a parameter of type long*

Product Availability

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

See Also

IEnumSplitPoint Interface