Click or drag to resize

IKeyIndexableGraphGetIndexedKeys Method

Return all the index keys associated with a particular element class.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IEnumerable<string> GetIndexedKeys(
	Type elementClass
)

Parameters

elementClass
Type: SystemType
the element class that the index is for

Return Value

Type: IEnumerableString
keys as a Set
See Also