VertexTypeGetNumberOfEdges Method (EdgeType, Int32, Direction) |
Get the number of edges of a certain type that can be found associated with a vertex id and an edge direction
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public long GetNumberOfEdges(
EdgeType etype,
int vertexId,
Direction dir
)
Public Function GetNumberOfEdges (
etype As EdgeType,
vertexId As Integer,
dir As Direction
) As Long
public:
long long GetNumberOfEdges(
EdgeType^ etype,
int vertexId,
Direction dir
)
member GetNumberOfEdges :
etype : EdgeType *
vertexId : int *
dir : Direction -> int64
Parameters
- etype
- Type: VelocityGraphEdgeType
Type of edges to look for - vertexId
- Type: SystemInt32
Id of a Vertex - dir
- Type: VelocityGraph.Frontenac.BlueprintsDirection
Edge direction to use
Return Value
Type:
Int64The number of edges found
See Also