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