Share

acdbClearSetupForLayouts

C++

Acad::ErrorStatus acdbClearSetupForLayouts(
    Adesk::ULongPtr contextHandle
);

File

AcDbLMgr.h

Description

This function resets the layout manager to work with the document/database identified by contextHandle.

Returns Acad::eOk if successful.

Parameters

Parameters Description
contextHandle Input contextHandle returned by a previous call to acdbDoSetupForLayouts()

Previous Declaration

Acad::ErrorStatus acdbClearSetupForLayouts(unsigned int contextHandle);

Was this information helpful?