RVTDocs.com
Namespace: Autodesk.Revit.DB Class: UnitUtils

UnitUtils.IsSymbol

Method
Description:
Checks whether a ForgeTypeId identifies a symbol.
Remarks:
The SymbolTypeId class offers symbol identifiers.
Syntax
public static bool IsSymbol(
	ForgeTypeId symbolTypeId
)
Parameters
Parameter Type Description
symbolTypeId ForgeTypeId The identifier to check.
Return Value
Type Description
Boolean True if the ForgeTypeId identifies a symbol, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null