This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > E > esriSegmentInfo Structure (ArcObjects .NET 10.5 SDK) |
The structure returned by a call to IEnumSegment::NextEx.
[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;