This will set the default generic story bound for a plugin that has the kObjXPropSupportGenericStoryLevel property.
FUNCTION SetDefGenStoryBound(
format : HANDLE;
boundType : INTEGER;
boundStory : INTEGER;
layerLevelType : STRING;
offSet : REAL): BOOLEAN;def vs.SetDefGenStoryBound(format, boundType, boundStory, layerLevelType, offSet):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| format | HANDLE | Handle of the parametric's format |
| boundType | INTEGER | Bounding type: 0 - LayerZ; 1 - DefaultWallHeight; 2 - Story |
| boundStory | INTEGER | The story for the bound. If 'boundStory' = 0 then it is the object's story. If 'boundStory' = 1 then it is the story above. If 'boundStory' = -1 then it is the story below. |
| layerLevelType | STRING | The layer type which defines this bound (e.g. "Ceiling"). |
| offSet | REAL | The offset distance from the specified bound story. |
VS Functions: GetDefGenStoryBound
Availability: from Vectorworks 2017