Share

AcDbLayoutManager::setCurrentLayoutId

C++

virtual Acad::ErrorStatus setCurrentLayoutId(
    AcDbObjectId layoutId
) = 0;

Description

This function makes the AcDbLayout object associated with the given AcDbObjectId the current layout in the active database.

Parameters

Parameters Description
layoutId Input AcDbObjectId for the AcDbLayout object to make current

Links

AcDbLayoutManager

Was this information helpful?