Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 850 Bytes

File metadata and controls

41 lines (30 loc) · 850 Bytes

DeleteStoryLayerTemplate

Description

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

Parameters

Name Type Description
index INTEGER Index of the Story Layer Template to delete.

Examples

VAR

success:BOOLEAN;

BEGIN

success := DeleteStoryTemplate(3);

See Also

VS Functions: GetNumStoryLayerTemplates | GetStoryLayerTemplateName | CreateStoryLayerTemplate

Version

Availability: from Vectorworks 2012

Category