This document is archived and information here might be outdated. Recommended version. |
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.