Click or drag to resize

VertexTypeFindProperty Method

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

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PropertyType FindProperty(
	string name,
	bool doBaseType = true
)

Parameters

name
Type: SystemString
A property type name
doBaseType (Optional)
Type: SystemBoolean

[Missing <param name="doBaseType"/> documentation for "M:VelocityGraph.VertexType.FindProperty(System.String,System.Boolean)"]

Return Value

Type: PropertyType
The property type or null
See Also