Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 609 Bytes

File metadata and controls

31 lines (25 loc) · 609 Bytes

LDevice_SetAccCell

Description

Change accessory parent cell by cell index.

PROCEDURE LDevice_SetAccCell(
				handle         : HANDLE;
				cellIndex      : LONGINT;
				accessoryIndex : LONGINT;
				newCellIndex   : LONGINT);
def vs.LDevice_SetAccCell(handle, cellIndex, accessoryIndex, newCellIndex):
    return None

Parameters

Name Type Description
handle HANDLE
cellIndex LONGINT
accessoryIndex LONGINT
newCellIndex LONGINT

Version

Availability: from Vectorworks 2021

Category