All user operations work on the current layer. Typically, the application implements a dialog that lets you set the current layer. Please note that an empty drawing has no Layer, nor a current layer.
Important
Programming
To create a current layer in an empty drawing, call CADAddLayer and
CADSetCurrentLayer.
Methods
CADAddLayer, CADGetCurrentLayer, CADSetCurrentLayer.