Share

AcDbDatabase::setIntersectDisplay

C++

Acad::ErrorStatus setIntersectDisplay(
    Adesk::UInt8 val
);

Description

Sets the database's INTERSECTIONDISPLAY system variable to val.

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

Parameters

Parameters Description
val Input new INTERSECTIONDISPLAY value

Links

AcDbDatabase Class

Was this information helpful?