Click or drag to resize

Graph.GetValues Method

Enumerates all the values for the given vertex/edge property

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IComparable> GetValues(
	PropertyType property
)

Parameters

property
Type: VelocityGraph.PropertyType
Edge or Vertex property

Return Value

Type: IEnumerable<IComparable>
Enumeration of property values
See Also