Finds the type id associated with a particular edge type. Lookup by name.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public EdgeType FindEdgeType(
string name
)
Public Function FindEdgeType (
name As String
) As EdgeType
public:
EdgeType^ FindEdgeType(
String^ name
)
member FindEdgeType :
name : string -> EdgeType
Parameters
- name
- Type: SystemString
The name of the edge/node type being looked up
Return Value
Type:
EdgeTypeA node/edge type id or -1 if not found.
See Also