Click or drag to resize

GraphRemovePropertyType Method

Removes a property type except if any vertex or edge is using it

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void RemovePropertyType(
	PropertyType pt
)

Parameters

pt
Type: VelocityGraphPropertyType
property type to remove
See Also