Removes the FamilySizeTable of a given name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool RemoveSizeTable(
string tableName
)
Parameters
- tableName String
-
The FamilySizeTable name.
Return Value
Boolean
True if successful, false otherwise.
Exceptions
See Also
Reference