Click or drag to resize

GraphGetEdgeType Method

Get a EdgeType associated with an Edge id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.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