Revit 2022 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: 22.0.0.0 (22.1.0.0)
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 |