Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 966 Bytes

File metadata and controls

37 lines (30 loc) · 966 Bytes

SetLevelElevationN

Description

Sets the elevation of a Story Level relative to its Story.

FUNCTION SetLevelElevationN(
				storyHandle  : HANDLE;
				levelType    : STRING;
				newElevation : REAL): BOOLEAN;
def vs.SetLevelElevationN(storyHandle, levelType, newElevation):
    return BOOLEAN

Parameters

Name Type Description
storyHandle HANDLE The handle of the Story with the desired Story Level.
levelType STRING The level type of the Story Level to change the elevation of.
newElevation REAL The new elevation for the Story Level. The elevation is in document units.

See Also

VS Functions: CreateStory | AddStoryLevelN | RemoveStoryLevel | AddLevelFromTemplate | GetLevelElevationN

Version

Availability: from Vectorworks 2025

Category