Click or drag to resize

IElementGetPropertyKeys Method

Return all the keys associated with the element.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IEnumerable<string> GetPropertyKeys()

Return Value

Type: IEnumerableString
the set of all string keys associated with the element
See Also