Gets info about association of specified object.
FUNCTION GetAssociation(
handle : HANDLE;
index : INTEGER;
VAR associationkind : INTEGER;
VAR value : INTEGER): HANDLE;def vs.GetAssociation(handle, index):
return (HANDLE, associationkind, value)| Name | Type | Description |
|---|---|---|
| handle | HANDLE | Associated object handle. |
| index | INTEGER | Index of association. |
| associationkind | INTEGER | Kind of association - reset or delete action |
| value | INTEGER |
Returns association handle.
Availability: from Vectorworks 2018