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