Click or drag to resize

VertexTypeFindProperty Method

Gets the associated PropertyType given a propert type name or null if such property type does't exist.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public PropertyType FindProperty(
	string name
)

Parameters

name
Type: SystemString
A property type name

Return Value

Type: PropertyType
The property type or null
See Also