Deletes the nth Story Layer Template from the current file. For example, if 3 is passed in, it will delete the 3rd Story Layer Template in the file.
FUNCTION DeleteStoryLayerTemplate(index : INTEGER): BOOLEAN;def vs.DeleteStoryLayerTemplate(index):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| index | INTEGER | Index of the Story Layer Template to delete. |
VAR
success:BOOLEAN;
BEGIN
success := DeleteStoryTemplate(3);VS Functions: GetNumStoryLayerTemplates | GetStoryLayerTemplateName | CreateStoryLayerTemplate
Availability: from Vectorworks 2012