Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 613 Bytes

File metadata and controls

31 lines (24 loc) · 613 Bytes

RemovePIOStyleEdit

Description

Removes an item from the edit style mapping list.

FUNCTION RemovePIOStyleEdit(
				hObj    : HANDLE;
				keyName : STRING): BOOLEAN;
def vs.RemovePIOStyleEdit(hObj, keyName):
    return BOOLEAN

Parameters

Name Type Description
hObj HANDLE Handle to a plug-in object or plug-in style
keyName STRING Name of item to remove from list.

See Also

VS Functions: AddToPIOStyleEdit

Version

Availability: from Vectorworks 2018

Category