Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 975 Bytes

File metadata and controls

35 lines (28 loc) · 975 Bytes

SetCompMasterSnaps

Description

Sets the master snaps of a component in an object.

FUNCTION SetCompMasterSnaps(
				object            : HANDLE;
				componentIndex    : INTEGER;
				masterSnapOnLeft  : BOOLEAN;
				masterSnapOnRight : BOOLEAN): BOOLEAN;
def vs.SetCompMasterSnaps(object, componentIndex, masterSnapOnLeft, masterSnapOnRight):
    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.
masterSnapOnLeft BOOLEAN Whether or not the component has a master snap on its left.
masterSnapOnRight BOOLEAN Whether or not the component has a master snap on its right.

See Also

VS Functions: GetCompMasterSnaps

Version

Availability: from Vectorworks 2017

Category