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()
Public Function GetPropertyTypes As IEnumerable(Of PropertyType)
public:
IEnumerable<PropertyType^>^ GetPropertyTypes()
member GetPropertyTypes : unit -> IEnumerable<PropertyType>
Return Value
Type:
IEnumerablePropertyTypethe set of property types associated with the edge type
See Also