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| Name | Type | Description |
|---|---|---|
| stringIndex | INTEGER | The index of the string as represented in the plug-in editor. |
Availability: from VectorWorks10.0