Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.19 KB

File metadata and controls

37 lines (30 loc) · 1.19 KB

SetDefGenStoryBound

Description

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

Parameters

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.

See Also

VS Functions: GetDefGenStoryBound

Version

Availability: from Vectorworks 2017

Category