ArcObjects Library Reference (Geometry)  

esriOriginalSegmentMapping Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   m_pSegment As ISegment,
   m_iPart As Integer,
   m_iDenseVertex As Integer,
   m_cDenseSegments As Integer
)
[C#]
public esriOriginalSegmentMapping {
   ISegment m_pSegment,
   int m_iPart,
   int m_iDenseVertex,
   int m_cDenseSegments
)
[C++]

typedef struct esriOriginalSegmentMapping {

   ISegment m_pSegment;

   long m_iPart;

   long m_iDenseVertex;

   long m_cDenseSegments; } esriOriginalSegmentMapping;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.