Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 833 Bytes

File metadata and controls

40 lines (29 loc) · 833 Bytes

GetStoryLayerTemplateName

Description

Returns the name of the nth Story Layer Template in the file. For example, if 3 is passed in, it will return the name of the 3rd Story Layer Template in the file.

FUNCTION GetStoryLayerTemplateName(index : INTEGER): STRING;
def vs.GetStoryLayerTemplateName(index):
    return STRING

Parameters

Name Type Description
index INTEGER The index of the Story Layer Template whose name is desired.

Examples

VAR

templateName:STRING;

BEGIN

templateName:=GetStoryLayerTemplateName(2);

See Also

VS Functions: GetNumStoryLayerTemplates | CreateStoryLayerTemplate

Version

Availability: from Vectorworks 2012

Category