The structure returned by a call to IEnumSegment::NextEx.
Syntax
[Visual Basic .NET] Public Sub New ( _ iPart As Integer, iRelSegment As Integer, iAbsSegment As Integer, bLastInPart As Short, pSegment As ISegment )
[C#] public esriSegmentInfo { int iPart, int iRelSegment, int iAbsSegment, short bLastInPart, ISegment pSegment )
[C++]
typedef struct esriSegmentInfo {long iPart;
long iRelSegment;
long iAbsSegment;
VARIANT_BOOL bLastInPart;
ISegment pSegment; } esriSegmentInfo;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.