RVTDocs.com

FamilySizeTableManager.HasSizeTable

Method
Description:
Checks if a FamilySizeTable of a given name exists.
Syntax
public bool HasSizeTable(
	string tableName
)
Parameters
Parameter Type Description
tableName String The name of the FamilySizeTable.
Return Value
Type Description
Boolean True if the FamilySizeTable exists, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null