Share

AcDbTable::setTableStyle

C++

virtual Acad::ErrorStatus setTableStyle(
    const AcDbObjectId& id
);

Description

This function sets the table to use the AcDbTableStyle with the given object ID.

Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Parameters

Parameters Description
id Input object ID to be used for AcDbTableStyle

Links

AcDbTable

Was this information helpful?