Click or drag to resize

EdgeTypeGetPropertyTypes Method

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