Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public EdgeType GetEdgeType(
int id
)
Public Function GetEdgeType (
id As Integer
) As EdgeType
public:
EdgeType^ GetEdgeType(
int id
)
member GetEdgeType :
id : int -> EdgeType
Parameters
- id
- Type: SystemInt32
Id to look for
Return Value
Type:
EdgeTypethe associated edge type
See Also