Gets the master snaps of a component in an object.
FUNCTION GetCompMasterSnaps(
object : HANDLE;
componentIndex : INTEGER;
VAR masterSnapOnLeft : BOOLEAN;
VAR masterSnapOnRight : BOOLEAN): BOOLEAN;def vs.GetCompMasterSnaps(object, componentIndex):
return (BOOLEAN, masterSnapOnLeft, masterSnapOnRight)| 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 | Returns whether or not the component has a master snap on its left. |
| masterSnapOnRight | BOOLEAN | Returns whether or not the component has a master snap on its right. |
VS Functions: SetCompMasterSnaps
Availability: from Vectorworks 2017