Click or drag to resize

EdgeGetProperty Method (PropertyType)

Gets the Value for the given Property id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IComparable GetProperty(
	PropertyType property
)

Parameters

property
Type: VelocityGraphPropertyType
Property type identifier.

Return Value

Type: IComparable
Property value as IComparable
See Also