Get all elements that are indexed by the provided key/value.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IEnumerable<IElement> Get(
string key,
Object value
)
Function Get (
key As String,
value As Object
) As IEnumerable(Of IElement)
IEnumerable<IElement^>^ Get(
String^ key,
Object^ value
)
abstract Get :
key : string *
value : Object -> IEnumerable<IElement>
Parameters
- key
- Type: SystemString
the key of the indexed elements - value
- Type: SystemObject
the value of the indexed elements
Return Value
Type:
IEnumerableIElementan IEnumerable of elements that have a particular key/value in the index
See Also