VertexTypeGetNumberOfEdges Method (EdgeType, Int32, Int32, Direction) |
Get the number of edges of a certain type that can be found associated with a vertex id, another vertex id at other end and an edge direction
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public long GetNumberOfEdges(
EdgeType edgeType,
int vertexId,
int vertexId2,
Direction dir
)
Public Function GetNumberOfEdges (
edgeType As EdgeType,
vertexId As Integer,
vertexId2 As Integer,
dir As Direction
) As Long
public:
long long GetNumberOfEdges(
EdgeType^ edgeType,
int vertexId,
int vertexId2,
Direction dir
)
member GetNumberOfEdges :
edgeType : EdgeType *
vertexId : int *
vertexId2 : int *
dir : Direction -> int64
Parameters
- edgeType
- Type: VelocityGraphEdgeType
[Missing <param name="edgeType"/> documentation for "M:VelocityGraph.VertexType.GetNumberOfEdges(VelocityGraph.EdgeType,System.Int32,System.Int32,VelocityGraph.Frontenac.Blueprints.Direction)"]
- vertexId
- Type: SystemInt32
Id of a Vertex - vertexId2
- 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