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


tagesriTopologyParent Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Structures > T > tagesriTopologyParent Structure
ArcGIS Developer Help

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 { } tagesriTopologyParent;

Product Availability

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