Returns the Story below the indicated Story. Returns NULL if there is none. If passed a NULL handle, returns the bottom-most Story in the current drawing.
FUNCTION GetStoryBelow(story : HANDLE): HANDLE;def vs.GetStoryBelow(story):
return HANDLE| Name | Type | Description |
|---|---|---|
| story | HANDLE | The indicated Story for which the Story below it is desired |
VAR
baseStory:HANDLE;
storyBelow:HANDLE;
BEGIN
baseStory := GetStoryOfLayer(ActLayer);
storyBelow := StoryBelow(baseStory);VS Functions: GetStoryAbove | GetNumStories | GetStoryOfLayer
Availability: from Vectorworks 2012