Click or drag to resize

IKeyIndexableGraphGetIndexedKeys Method

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

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.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