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


ITopologyGraph.GetParentNodes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.GetParentNodes Method
ArcGIS Developer Help

ITopologyGraph.GetParentNodes Method

Returns the set of nodes corresponding to the specified point or multipoint feature.

[Visual Basic .NET]
Public Function GetParentNodes ( _
    ByVal FeatureClass As IFeatureClass, _
    ByVal fID As Integer _
) As IEnumTopologyNode
[C#]
public IEnumTopologyNode GetParentNodes (
    IFeatureClass FeatureClass,
    int fID
);
[C++]
HRESULT GetParentNodes(
  IFeatureClass* FeatureClass,
  long fID
);
[C++]
Parameters
FeatureClass 

FeatureClass is a parameter of type IFeatureClass* fID
fID is a parameter of type long

Product Availability

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

Description

GetParentNodes method returns an enumerator of the TopologyNodes that belong to the specified feature (TopologyParent).

 

See Also

ITopologyGraph Interface