Share

AcDbDatabase::setInterfereObjVisStyle

C++

Acad::ErrorStatus setInterfereObjVisStyle(
    AcDbObjectId id
);

Description

Sets the database's INTERFEREOBJVS system variable to the visual style pointed to byid.

See the System Variables section of the AutoCAD Command Reference for information on INTERFEREOBJVS.

Parameters

Parameters Description
id Input visual style object ID

Links

AcDbDatabase Class

Was this information helpful?