This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumSegment Interface > IEnumSegment.NextEx Method (ArcObjects .NET 10.5 SDK) |
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
The NextEx method advances the enumerator to the next position and returns the segment and the associated information using an esriSegmentInfo structure.