Click or drag to resize

VertexGetProperty Method (PropertyType)

Gets the Value for the given Property id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Object GetProperty(
	PropertyType property
)

Parameters

property
Type: VelocityGraphPropertyType
Property type identifier.

Return Value

Type: Object
the property value
See Also