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


esriSegmentInfo Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

esriSegmentInfo Structure

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.

.NET Related Topics

How to use the IEnumSegment methods