GraphRemoveVertexType Method |
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void RemoveVertexType(
VertexType type
)
Public Sub RemoveVertexType (
type As VertexType
)
public:
void RemoveVertexType(
VertexType^ type
)
member RemoveVertexType :
type : VertexType -> unit
Parameters
- type
- Type: VelocityGraphVertexType
a VertexType instance
See Also