Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 522 Bytes

File metadata and controls

24 lines (18 loc) · 522 Bytes

CreateFillSpace

Description

Creates a new fillspace object and attaches it to the end of the aux list of the specified object.

FUNCTION CreateFillSpace(owner : HANDLE): HANDLE;
def vs.CreateFillSpace(owner):
    return HANDLE

Parameters

Name Type Description
owner HANDLE Handle to the object in whose aux list the fill space will be created.

Version

Availability: from Vectorworks 2018

Category