Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 746 Bytes

File metadata and controls

34 lines (27 loc) · 746 Bytes

GetAssociation

Description

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)

Parameters

Name Type Description
handle HANDLE Associated object handle.
index INTEGER Index of association.
associationkind INTEGER Kind of association - reset or delete action
value INTEGER

Remarks

Returns association handle.

Version

Availability: from Vectorworks 2018

Category