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
)
Public Sub RemovePropertyType (
pt As PropertyType
)
public:
void RemovePropertyType(
PropertyType^ pt
)
member RemovePropertyType :
pt : PropertyType -> unit
Parameters
- pt
- Type: VelocityGraphPropertyType
property type to remove
See Also