Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 522 Bytes

File metadata and controls

25 lines (18 loc) · 522 Bytes

GetPluginString

Description

Returns the string specified by stringIndex. The strings are created using the "Strings" button in the plug-in editor.

FUNCTION GetPluginString(stringIndex : INTEGER): STRING;
def vs.GetPluginString(stringIndex):
    return STRING

Parameters

Name Type Description
stringIndex INTEGER The index of the string as represented in the plug-in editor.

Version

Availability: from VectorWorks10.0

Category

  • Objects - Custom