Click or drag to resize

WrappedGraphAddVertex Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.AddVertex(System.Object)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IVertex AddVertex(
	Object id
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.AddVertex(System.Object)"]

Return Value

Type: IVertex

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.AddVertex(System.Object)"]

Implements

IGraphAddVertex(Object)
See Also