This document is archived and information here might be outdated. Recommended version. |
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
GetParentNodes method returns an enumerator of the TopologyNodes that belong to the specified feature (TopologyParent).