Click or drag to resize

EdgeGetPropertyKeys Method

Return all the keys associated with the element.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override IEnumerable<string> GetPropertyKeys()

Return Value

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

Implements

IElement.GetPropertyKeys
IElement.GetPropertyKeys
See Also