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
)
Function GetIndexedKeys (
elementClass As Type
) As IEnumerable(Of String)
IEnumerable<String^>^ GetIndexedKeys(
Type^ elementClass
)
abstract GetIndexedKeys :
elementClass : Type -> IEnumerable<string>
Parameters
- elementClass
- Type: SystemType
the element class that the index is for
Return Value
Type:
IEnumerableStringkeys as a Set
See Also