Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 759 Bytes

File metadata and controls

31 lines (25 loc) · 759 Bytes

vsoButtonGetResource

Description

Show a resource popup from the current shape pane button (while handing action 35: {ParametricUIButtonHitMessage::kAction}). Parameter name is a string that will receive the resource name.

FUNCTION vsoButtonGetResource(
				paramName  : STRING;
				objectType : INTEGER;
				folderSpec : INTEGER;
				folderName : STRING): BOOLEAN;
def vs.vsoButtonGetResource(paramName, objectType, folderSpec, folderName):
    return BOOLEAN

Parameters

Name Type Description
paramName STRING
objectType INTEGER
folderSpec INTEGER
folderName STRING

Version

Availability: from Vectorworks 2018

Category