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


ITopologyGraph4.DetermineNodeDegree Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph4 Interface > ITopologyGraph4.DetermineNodeDegree Method
ArcGIS Developer Help

ITopologyGraph4.DetermineNodeDegree Method

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
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologyGraph4 Interface