Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 665 Bytes

File metadata and controls

28 lines (22 loc) · 665 Bytes

GetPluginStyleSymbol

Description

Retrieves the handled to a symbol that defines the plug-in style for a given plug-in object.

FUNCTION GetPluginStyleSymbol(
				hObject     : HANDLE;
				VAR hSymDef : HANDLE): BOOLEAN;
def vs.GetPluginStyleSymbol(hObject, hSymDef):
    return (BOOLEAN, hSymDef)

Parameters

Name Type Description
hObject HANDLE Handle to a plug-in object.
hSymDef HANDLE Hanlde to a symbol definition that contrains the plug-in style associated with hObject.

Version

Availability: from Vectorworks 2017

Category