Click or drag to resize

VertexGetPropertyKeys Method

Return all the keys associated with the vertex.

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

Return Value

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

Implements

IElementGetPropertyKeys
IElementGetPropertyKeys
See Also