IElementGetPropertyKeys Method |
Return all the keys associated with the element.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IEnumerable<string> GetPropertyKeys()
Function GetPropertyKeys As IEnumerable(Of String)
IEnumerable<String^>^ GetPropertyKeys()
abstract GetPropertyKeys : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringthe set of all string keys associated with the element
See Also