Creates a Story. Stories are used to group layers and are shown on the Story pane of the Organization dialog.
FUNCTION CreateStory(
name : STRING;
suffix : STRING): BOOLEAN;def vs.CreateStory(name, suffix):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| name | STRING | The name of the Story to create. |
| suffix | STRING | The suffix to be used at the end of the name of a Layer associated with the Story. |
VAR
success:BOOLEAN
BEGIN
success := CreateStory('4th Floor', '4');VS Functions: GetNumStories | GetStoryOfLayer | AssociateLayerWithStory
Availability: from Vectorworks 2012