Click or drag to resize

GraphGetValues 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: VelocityGraphPropertyType
Edge or Vertex property

Return Value

Type: IEnumerableIComparable
Enumeration of property values
See Also