| Revit 2020 API |
| FamilySizeTableManager..::..RemoveSizeTable Method |
| FamilySizeTableManager Class See Also |
Removes the FamilySizeTable of a given name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2014
Syntax
| C# |
|---|
public bool RemoveSizeTable( string tableName ) |
| Visual Basic |
|---|
Public Function RemoveSizeTable ( _ tableName As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool RemoveSizeTable( String^ tableName ) |
Parameters
- tableName
- Type: System..::..String
The FamilySizeTable name.
Return Value
True if successful, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |