Click or drag to resize

GraphNewVertexType Method

Creates a new node type.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public VertexType NewVertexType(
	string name,
	VertexType baseType = null
)

Parameters

name
Type: SystemString
Unique name for the new vertex type.
baseType (Optional)
Type: VelocityGraphVertexType
Base VertexType for the new VertexType.

Return Value

Type: VertexType
Unique graph type identifier.
See Also