ArcObjects Library Reference (GeoDatabase)  

ITopologyNode.Degree Property

The number of edges entering and leaving this node. Closed edges are counted twice.

[Visual Basic .NET]
Public ReadOnly Property Degree As Integer
[C#]
public int Degree {get;}
[C++]
HRESULT get_Degree(
  long* Degree
);
[C++]

Parameters

Degree [out, retval]   Degree is a parameter of type long

Product Availability

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

See Also

ITopologyNode Interface