VertexTypeNewVertex Method |
Creates a new Vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic Vertex NewVertex(
int vId = 0
)
Public Function NewVertex (
Optional vId As Integer = 0
) As Vertex
public:
Vertex^ NewVertex(
int vId = 0
)
member NewVertex :
?vId : int
(* Defaults:
let _vId = defaultArg vId 0
*)
-> Vertex
Parameters
- vId (Optional)
- Type: SystemInt32
Optionally provide the Vertex id to use.
Return Value
Type:
VertexThe newly created
Vertex
See Also