Checks if a drawing is active.
int
ade_dwgisactive(
ade_id dwg_id);
Returns ADE_TRUE or ADE_FALSE.
dwg_id | Drawing ID. |
The function returns ADE_TRUE if the specified drawing is active. If the drawing is not active or the drawing ID is invalid, the function returns ADE_FALSE.