VertexGetNumberOfEdges Method (EdgeType, Direction) |
Gets the number of edges from or to this vertex and for the given edge type.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public long GetNumberOfEdges(
EdgeType edgeType,
Direction dir
)
Public Function GetNumberOfEdges (
edgeType As EdgeType,
dir As Direction
) As Long
public:
long long GetNumberOfEdges(
EdgeType^ edgeType,
Direction dir
)
member GetNumberOfEdges :
edgeType : EdgeType *
dir : Direction -> int64
Parameters
- edgeType
- Type: VelocityGraphEdgeType
an EdgeType - dir
- Type: VelocityGraph.Frontenac.BlueprintsDirection
direction, one of: Out, In, Both
Return Value
Type:
Int64The number of edges.
See Also