Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.14 KB

File metadata and controls

40 lines (28 loc) · 1.14 KB

EncryptPlugin

Description

Encrypt one VectorScript Plug-in file.

FUNCTION EncryptPlugin(fullPath : STRING): BOOLEAN;
def vs.EncryptPlugin(fullPath):
    return BOOLEAN

Parameters

Name Type Description
fullPath STRING

Remarks

This function is provided by an external plug-in that is not provided by the normal distribution of Vectorworks.

You need to install the Script Batch Process feature from the Vectorworks Developer section of Help → Install Partner Products... menu command.

More info, see here Prepare Release Plugins

Additionally, the plug-in is called ‘BatchEncryption’ and can be found inside ‘ToolsWin’ or ‘ToolsMac’ folders of the corresponding Vectorworks SDKs.

The Vectorworks SDK can be downloaded here: http://www.vectorworks.net/support/custom/sdk/sdkdown.php

See Also

Version

Availability: from Vectorworks 2014

Category