Click or drag to resize

VertexContractValidateAddEdge Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.VertexContract.ValidateAddEdge(System.Object,System.String,Frontenac.Blueprints.IVertex)"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static void ValidateAddEdge(
	Object id,
	string label,
	IVertex inVertex
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:Frontenac.Blueprints.Contracts.VertexContract.ValidateAddEdge(System.Object,System.String,Frontenac.Blueprints.IVertex)"]

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Frontenac.Blueprints.Contracts.VertexContract.ValidateAddEdge(System.Object,System.String,Frontenac.Blueprints.IVertex)"]

inVertex
Type: Frontenac.BlueprintsIVertex

[Missing <param name="inVertex"/> documentation for "M:Frontenac.Blueprints.Contracts.VertexContract.ValidateAddEdge(System.Object,System.String,Frontenac.Blueprints.IVertex)"]

See Also