A structure containing information about a feature that contributes geometry to a topology element.
Syntax
Public Sub New ( _
   m_pFC As IFeatureClass,
   m_FID As Long,
   m_bSelected As Short,
   m_AttributeAwareness As Integer
)
public tagesriTopologyParent {
   IFeatureClass m_pFC,
   long m_FID,
   short m_bSelected,
   int m_AttributeAwareness
)