Click or drag to resize

VertexTypeGetPropertyValue Method

Get the property value for a Vertex

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Object GetPropertyValue(
	int vertexId,
	PropertyType propertyType
)

Parameters

vertexId
Type: SystemInt32
Id of Vertex
propertyType
Type: VelocityGraphPropertyType
Type of property

Return Value

Type: Object

[Missing <returns> documentation for "M:VelocityGraph.VertexType.GetPropertyValue(System.Int32,VelocityGraph.PropertyType)"]

See Also