Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 863 Bytes

File metadata and controls

45 lines (34 loc) · 863 Bytes

GetLayerForStory

Description

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

Parameters

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.

Examples

VAR

layer:HANDLE;

BEGIN

layer:=GetLayerForStory(story);

See Also

VS Functions: GetStoryOfLayer | GetNumStories | CreateStory | AssociateLayerWithStory

Version

Availability: from Vectorworks 2012

Category