Share

AcDbDatabase::setSurftab1

C++

Acad::ErrorStatus setSurftab1(
    Adesk::Int16 tab1
);

Description

Sets tab1 to be the SURFTAB1 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
tab1 Input SURFTAB1 value

Links

AcDbDatabase Class

Was this information helpful?