Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 554 Bytes

File metadata and controls

27 lines (21 loc) · 554 Bytes

GetFillSpace

Description

Returns the handle of the index-th fill space in the specified object's aux list.

FUNCTION GetFillSpace(
				h     : HANDLE;
				index : INTEGER): HANDLE;
def vs.GetFillSpace(h, index):
    return HANDLE

Parameters

Name Type Description
h HANDLE Handle to the object containing the fill space.
index INTEGER Index of the fill space to be returned.

Version

Availability: from Vectorworks 2018

Category