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


IEnumSegment.NextEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumSegment Interface > IEnumSegment.NextEx Method
ArcGIS Developer Help

IEnumSegment.NextEx Method

Populates a segment info structure with information on the next segment in the collection.

[Visual Basic .NET]
Public Sub NextEx ( _
    ByRef outSegment As esriSegmentInfo _
)
[C#]
public void NextEx (
    ref esriSegmentInfo outSegment
);
[C++]
HRESULT NextEx(
  esriSegmentInfo* outSegment
);
[C++]
Parameters
outSegment [out]

outSegment is a parameter of type esriSegmentInfo*

Product Availability

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

Description

The NextEx method advances the enumerator to the next position and returns the segment and the associated information using an esriSegmentInfo structure.

See Also

IEnumSegment Interface