Click or drag to resize

GraphGetEdgeType Method

Get a EdgeType associated with an Edge id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public EdgeType GetEdgeType(
	int id
)

Parameters

id
Type: SystemInt32
Id to look for

Return Value

Type: EdgeType
the associated edge type
See Also