Share

AcDbDatabase::setDetailViewStyle Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus setDetailViewStyle(
    AcDbObjectId objId
);

Description

This method sets the current detail view style using the given Object ID for an AcDbDetailViewStyle object.

Parameters

Parameters Description
objId Input: AcDbObjectId for an AcDbDetailViewStyle object to be made the current detail view style.

Returns

Acad::eOk if successful

Links

AcDbDatabase Class

Was this information helpful?