Click or drag to resize

VertexTypeGetPropertyTypes Method

Return all the property types associated with vertex type.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<PropertyType> GetPropertyTypes()

Return Value

Type: IEnumerablePropertyType
the set of property types associated with the vertex type
See Also