public int GetDegree( bool enforceEdgesOnly )
Public Function GetDegree( _ ByVal enforceEdgesOnly As Boolean _ ) As Integer
Parameters
- enforceEdgesOnly
- When set to TRUE only the number of incident edges that are classified as either hard or soft is returned. When set to FALSE all edges are used regardless of type.
Return Value
The number of edges that are incident to this node.