Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 883 Bytes

File metadata and controls

35 lines (28 loc) · 883 Bytes

GetLevelElevation

Description

Gets the elevation of a Story Level, relative to its containing Story.

FUNCTION GetLevelElevation(
				storyHandle : HANDLE;
				levelType   : STRING): REAL;
def vs.GetLevelElevation(storyHandle, levelType):
    return REAL

Parameters

Name Type Description
storyHandle HANDLE The handle of the Story containing the Story Level we would like to know the elevation of.
levelType STRING The level type of the Story Level that we would like to know the elevation of.

See Also

VS Functions: CreateStory | AddStoryLevel | RemoveStoryLevel | AddLevelFromTemplate | SetLevelElevation

Version

Availability: from Vectorworks 2015

Category