Click or drag to resize

IIndexGet Method

Get all elements that are indexed by the provided key/value.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IEnumerable<IElement> Get(
	string key,
	Object value
)

Parameters

key
Type: SystemString
the key of the indexed elements
value
Type: SystemObject
the value of the indexed elements

Return Value

Type: IEnumerableIElement
an IEnumerable of elements that have a particular key/value in the index
See Also