Share

AcDbDatabase::setSplinesegs

C++

Acad::ErrorStatus setSplinesegs(
    Adesk::Int16 segs
);

Description

Sets segs to be the SPLINESEGS value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
segs Input SPLINESEGS value

Links

AcDbDatabase Class

Was this information helpful?