Share

AcDbDatabase::setHaloGap

C++

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

Description

Sets the database's HALOGAP system variable to val.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input HALOGAP value

Links

AcDbDatabase Class

Was this information helpful?