Share

AcDbDatabase::setSurfu

C++

Acad::ErrorStatus setSurfu(
    Adesk::Int16 u
);

Description

Sets u to be the SURFU value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
u Input SURFU value

Links

AcDbDatabase Class

Was this information helpful?