This document is archived and information here might be outdated. Recommended version. |
A structure containing information about a feature that contributes geometry to a topology element.
[Visual Basic .NET]
Public Sub New ( _
m_pFC As IFeatureClass,
m_FID As Integer,
m_bSelected As Short,
m_AttributeAwareness As Integer
)
[C#]
public tagesriTopologyParent {
IFeatureClass m_pFC,
int m_FID,
short m_bSelected,
int m_AttributeAwareness
)
[C++]
typedef struct tagesriTopologyParent { } tagesriTopologyParent;