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: 11.1.0.0 (11.1)
Syntax
public void RemovePropertyType(
	PropertyType pt
)

Parameters

pt
Type: VelocityGraphPropertyType
property type to remove
See Also