Sets the name of the nth Default Story Layer in the file. For example, if 3 is passed in, it will set the name of the 3rd Default Story Layer in the file.
FUNCTION SetDefStoryLayerName(
index : INTEGER;
name : STRING): BOOLEAN;def vs.SetDefStoryLayerName(index, name):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| index | INTEGER | The index of the default story layer whose name should be set. |
| name | STRING | The name that the indicated default story layer should be set to. |
VAR
result : BOOLEAN;
BEGIN
result := SetStoryLayerTemplateName(2, "Subfloor");VS Functions: GetNumStoryLayerTemplates | GetStoryLayerTemplateName
Availability: from Vectorworks 2013