Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 890 Bytes

File metadata and controls

33 lines (26 loc) · 890 Bytes

SetCompBotIsRelStory

Description

Sets whether or not the component bottom is relative to a story.

FUNCTION SetCompBotIsRelStory(
				object                  : HANDLE;
				componentIndex          : INTEGER;
				bottomIsRelativeToStory : BOOLEAN): BOOLEAN;
def vs.SetCompBotIsRelStory(object, componentIndex, bottomIsRelativeToStory):
    return BOOLEAN

Parameters

Name Type Description
object HANDLE The object. Can be a wall, round wall, Wall Style, or the Wall Preferences.
componentIndex INTEGER The index of the component.
bottomIsRelativeToStory BOOLEAN Whether or not the component bottom is relative to a story.

See Also

VS Functions: GetCompBotIsRelStory

Version

Availability: from Vectorworks 2015

Category