Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 713 Bytes

File metadata and controls

33 lines (27 loc) · 713 Bytes

OLDSetHangPathHandle

Description

Adds the path to the hang points of the specified load for the parametric object

PROCEDURE OLDSetHangPathHandle(
				handle           : HANDLE;
				loadIndex        : INTEGER;
				path             : HANDLE;
				height           : REAL;
				deletePathHandle : BOOLEAN);
def vs.OLDSetHangPathHandle(handle, loadIndex, path, height, deletePathHandle):
    return None

Parameters

Name Type Description
handle HANDLE
loadIndex INTEGER
path HANDLE
height REAL
deletePathHandle BOOLEAN

Version

Availability: from Vectorworks 2018

Category