Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 759 Bytes

File metadata and controls

43 lines (31 loc) · 759 Bytes

GetStoryOfLayer

Description

Returns the Story that the indicated Layer is associated with. Returns NULL if the Layer is not associated with a Story.

FUNCTION GetStoryOfLayer(layer : HANDLE): HANDLE;
def vs.GetStoryOfLayer(layer):
    return HANDLE

Parameters

Name Type Description
layer HANDLE The Layer for which the associated Story is returned.

Examples

VAR

story:HANDLE;

BEGIN

story:=GetStoryOfLayer(ActLayer);

See Also

VS Functions: GetLayerForStory | GetNumStories | CreateStory | AssociateLayerWithStory

Version

Availability: from Vectorworks 2012

Category

  • Layers