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| Name | Type | Description |
|---|---|---|
| index | INTEGER | The index of the Story Layer Template whose name is desired. |
VAR
templateName:STRING;
BEGIN
templateName:=GetStoryLayerTemplateName(2);VS Functions: GetNumStoryLayerTemplates | CreateStoryLayerTemplate
Availability: from Vectorworks 2012