VertexTypeNewVertex Method |
Creates a new Vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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
VertexSee Also