Gets the story bound choice string from story bound data.
PROCEDURE GetChoiceStringFromStoryBoundData(
boundType : INTEGER;
boundStory : INTEGER;
layerLevelType : STRING;
VAR choiceString : STRING);def vs.GetChoiceStringFromStoryBoundData(boundType, boundStory, layerLevelType):
return choiceString| Name | Type | Description |
|---|---|---|
| boundType | INTEGER | Bounding type: 0 - DefaultWallHeight; 1 - LayerZ; 2 - Story. |
| boundStory | INTEGER | The story identified by 'boundType' = (2 - Story). If 'boundStory' = 0 then it is this story (the object's story); If 'boundStory' = 1 then it is the story above; If 'boundStory' = 2 then it is the story below. |
| layerLevelType | STRING | The layer type which defines this bound. |
| choiceString | STRING | Returns the choice string that represents the story bound data. |
VS Functions: GetStoryBoundChoiceStrings | GetStoryBoundDataFromChoiceString
Availability: from Vectorworks 2012