Share

AcDbDatabase::setSectionViewStyle Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus setSectionViewStyle(
    AcDbObjectId objId
);

Description

This method sets the current section view style using the given Object ID for an AcDbSectionViewStyle object.

Parameters

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

Returns

Acad::eOk if successful

Links

AcDbDatabase Class

Was this information helpful?