Share

AcDbTable::tableStyleOverrides

C++

virtual ADESK_DEPRECATED bool tableStyleOverrides(
    AcDbIntArray& overrides
) const;

Description

This function returns the table style overrides. AcDbTable::TableStyleOverrides defines the values for table style overrides.

Returns true if successful, false otherwise.

Note: This method is deprecated and may be removed in a future release.

Parameters

Parameters Description
overrides Output return value containing the table style overrides

Links

AcDbTable

Was this information helpful?