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
)
Public Function GetValues (
property As PropertyType
) As IEnumerable(Of IComparable)
public:
IEnumerable<IComparable^>^ GetValues(
PropertyType^ property
)
member GetValues :
property : PropertyType -> IEnumerable<IComparable>
Parameters
- property
- Type: VelocityGraphPropertyType
Edge or Vertex property
Return Value
Type:
IEnumerableIComparableEnumeration of property values
See Also