Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraphNode > Properties
TGGraphNode.OutDegree Property
Returns the number of nodes that this node points to.
Namespace: GGraph
Delphi
public property OutDegree: Integer read GetOutDegree;
Property Value
Type: Integer
•GGraph.TGGraphNode.InDegree
•GGraph.TGGraphNode.AddEdge(TGGraphNode)
•GGraph.TGGraphNode.Edge[Integer]
•GGraph.TGGraphNode.EdgeCount
•GGraph.TGGraphEdge
•TGGraphNode
•GGraph