public void PurgeAllOnLayerTable(Database db) => Wrappers.ExecuteActionInTransaction(db, tr => Wrappers.ExecuteActionOnLayerTable(db, tr, lt => Wrappers.PurgeSymbolTable <LayerTable>(lt)));
public void ExecuteActionOnLayerTable(Database db, Action <Transaction, LayerTable> action) => Wrappers.ExecuteActionInTransaction(db, tr => Wrappers.ExecuteActionOnLayerTable(db, tr, action));