Click or drag to resize

GraphFindVertexProperty Method

Finds a PropertyType of VertexType.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PropertyType FindVertexProperty(
	VertexType vertexType,
	string name
)

Parameters

vertexType
Type: VelocityGraphVertexType
vertex type with property type
name
Type: SystemString
a name of a property

Return Value

Type: PropertyType

[Missing <returns> documentation for "M:VelocityGraph.Graph.FindVertexProperty(VelocityGraph.VertexType,System.String)"]

See Also