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 > ITopologyGraph4 Interface > ITopologyGraph4.DetermineNodeDegree Method (ArcObjects .NET 10.5 SDK) |
Nodes located outside a polygonal build extent do not have a known degree (valence). Apply this method before using the Degree or IsDegreeKnown properties of a topology node from this graph.
[Visual Basic .NET]
Public Sub DetermineNodeDegree ( _
)
[C#] public void DetermineNodeDegree ( );
[C++]
HRESULT DetermineNodeDegree(
void
);