Checks whether a ForgeTypeId identifies a spec.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool IsSpec(
ForgeTypeId specTypeId
)
Public Shared Function IsSpec (
specTypeId As ForgeTypeId
) As Boolean
public:
static bool IsSpec(
ForgeTypeId^ specTypeId
)
static member IsSpec :
specTypeId : ForgeTypeId -> bool
Parameters
- specTypeId ForgeTypeId
-
The identifier to check.
Return Value
Boolean
True if the ForgeTypeId identifies a spec, false otherwise.
Exceptions
See Also