VS:GetNumStories

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns the number of stories in the file. Stories are used to group layers and are shown on the Story pane of the Organization dialog.

FUNCTION GetNumStories : INTEGER;
def vs.GetNumStories():
    return INTEGER

Return Value

Returns the number of stories in the file.

Version

Availability: from Vectorworks 2012

See Also

VS Functions:

VS:CreateStory | VS:GetStoryOfLayer | VS:AssociateLayerWithStory

VS Functions:

[[VS:CreateStory]] | [[VS:GetStoryOfLayer]]

| [[VS:AssociateLayerWithStory]]