Share

AcDbDatabase::setIsolines

C++

Acad::ErrorStatus setIsolines(
    Adesk::Int16 isolines
);

Description

Sets isolines to be the ISOLINES value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
isolines Input ISOLINES value

Links

AcDbDatabase Class

Was this information helpful?