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


ITopologyGraph.GetParentNodes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  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

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