Returns the elevaton of the indicated Story.
FUNCTION GetStoryElevation(story : HANDLE): REAL;def vs.GetStoryElevation(story):
return REAL| Name | Type | Description |
|---|---|---|
| story | HANDLE | The Story whose elevation is desired. |
resultVal := GetStoryElevation(story);import vs
# Returns the elevaton of the indicated Story.
story = vs.FSActLayer() # handle to the first selected object on the active layer
value = vs.GetStoryElevation(story)
vs.Message('GetStoryElevation returned: ' + str(value))VS Functions: CreateStory | SetStoryElevation
Availability: from Vectorworks 2012