Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 512 Bytes

File metadata and controls

24 lines (18 loc) · 512 Bytes

SetCurrentObject

Description

Procedure SetCurrentObject sets the referenced object to be the current object of the document. The current object is defined as the last object created, and can be referenced by LNewObj.

PROCEDURE SetCurrentObject(h : HANDLE);
def vs.SetCurrentObject(h):
    return None

Parameters

Name Type Description
h HANDLE Handle to object.

Version

Availability: from MiniCAD4.0

Category