Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 586 Bytes

File metadata and controls

27 lines (21 loc) · 586 Bytes

RemoveFrmPluginStyle

Description

Removes an entry from the plug-in style map.

FUNCTION RemoveFrmPluginStyle(
				hSymDef  : HANDLE;
				itemName : STRING): BOOLEAN;
def vs.RemoveFrmPluginStyle(hSymDef, itemName):
    return BOOLEAN

Parameters

Name Type Description
hSymDef HANDLE Handle to symbol definition containing a plug-in style.
itemName STRING Name of the item to remove from the plug-in style.

Version

Availability: from Vectorworks 2017

Category