Share

AcDbDatabase::setSurftab2

C++

Acad::ErrorStatus setSurftab2(
    Adesk::Int16 tab2
);

Description

Sets tab2 to be the SURFTAB2 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
tab2 Input SURFTAB2 value

Links

AcDbDatabase Class

Was this information helpful?