This document is archived and information here might be outdated. Recommended version. |
Returns the set of edges corresponding to the specified polyline or polygon feature.
[Visual Basic .NET] Public Function GetParentEdges ( _ ByVal FeatureClass As IFeatureClass, _ ByVal fID As Integer _ ) As IEnumTopologyEdge
[C#] public IEnumTopologyEdge GetParentEdges ( IFeatureClass FeatureClass, int fID );
[C++]
HRESULT GetParentEdges(
IFeatureClass* FeatureClass,
long fID
);
[C++] Parameters FeatureClass
FeatureClass is a parameter of type IFeatureClass* fID
fID is a parameter of type long
GetParentEdges method returns an enumerator of the TopologyEdges that belong to the specified feature (TopologyParent).
Note: Sub-tolerance features or feature that become sub-tolerance during the "cracking and clustering" process are excluded from the topology graph. For example, if you are trying to find the topology elements associated with a sub-tolerance feature using the ITopologyGraph::GetParentEdges method the returned edges enumerator will be empty.