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