This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.GetParentNodes Method (ArcObjects .NET 10.5 SDK) |
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,
IEnumTopologyNode** enumNode
);
[C++]
Parameters FeatureClass
FeatureClass is a parameter of type IFeatureClass fID fID is a parameter of type long enumNode [out, retval]
enumNode is a parameter of type IEnumTopologyNode
GetParentNodes method returns an enumerator of the TopologyNodes that belong to the specified feature (TopologyParent).