ArcObjects Library Reference (GeoDatabase)  

tagesriTopologyParent Structure

A structure containing information about a feature that contributes geometry to a topology element.

Syntax

[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 {

   IFeatureClass m_pFC;

   long m_FID;

   VARIANT_BOOL m_bSelected;

   long m_AttributeAwareness; } tagesriTopologyParent;

Product Availability

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