Click or drag to resize

IElementGetProperty Method

Return the object value associated with the provided string key. If no value exists for that key, return null.

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
Object GetProperty(
	string key
)

Parameters

key
Type: SystemString
the key of the key/value property

Return Value

Type: Object
the object value related to the string key
See Also