Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 993 Bytes

File metadata and controls

47 lines (36 loc) · 993 Bytes

SetLevelTemplateName

Description

Sets the name of the Story Level Template at 'index' to be 'name'.

FUNCTION SetLevelTemplateName(
				index : INTEGER;
				name  : STRING): BOOLEAN;
def vs.SetLevelTemplateName(index, name):
    return BOOLEAN

Parameters

Name Type Description
index INTEGER The index of the Story Level Template.
name STRING The new name for the Story Level Template at 'index'.

Examples

VAR

result : BOOLEAN;

BEGIN

result := SetLevelTemplateName(2, "Subfloor");

See Also

VS Functions: GetNumLevelTemplates | GetLevelTemplateName | SetLevelTemplateName | CreateLevelTemplate | DeleteLevelTemplate | GetLevelTemplateInfo

Version

Availability: from Vectorworks 2015

Category