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

SpecUtils.IsSpec

Method
Description:
Checks whether a ForgeTypeId identifies a spec.
Syntax
public static bool IsSpec(
	ForgeTypeId specTypeId
)
Parameters
Parameter Type Description
specTypeId ForgeTypeId The identifier to check.
Return Value
Type Description
Boolean True if the ForgeTypeId identifies a spec, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null