Click or drag to resize

IdEdgeIndex Constructor

Initializes a new instance of the IdEdgeIndex class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IdEdgeIndex(
	IIndex baseIndex,
	IdGraph idGraph
)

Parameters

baseIndex
Type: VelocityGraph.Frontenac.BlueprintsIIndex

[Missing <param name="baseIndex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdEdgeIndex.#ctor(VelocityGraph.Frontenac.Blueprints.IIndex,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph)"]

idGraph
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.IdIdGraph

[Missing <param name="idGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdEdgeIndex.#ctor(VelocityGraph.Frontenac.Blueprints.IIndex,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph)"]

See Also