Click or drag to resize

EdgeTypeGetPropertyTypes Method

Return all the property types associated with edge 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 edge type
See Also