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)
SyntaxIEnumerable<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