Gets the layer with the story and layer level type specified.
FUNCTION GetLayerForStory(
story : HANDLE;
levelType : STRING): HANDLE;def vs.GetLayerForStory(story, levelType):
return HANDLE| Name | Type | Description |
|---|---|---|
| story | HANDLE | The Story for which the will be looked up for level types. |
| levelType | STRING | The level type of the story, which associated layer will be returned. |
VAR
layer:HANDLE;
BEGIN
layer:=GetLayerForStory(story);VS Functions: GetStoryOfLayer | GetNumStories | CreateStory | AssociateLayerWithStory
Availability: from Vectorworks 2012