Click or drag to resize

VertexTypeGetPropertyTypes Method

Return all the property types associated with vertex type.

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

Return Value

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