Gets the user-visible name for a spec.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static string GetLabelForSpec( ForgeTypeId specTypeId )
Parameters
- specTypeId ForgeTypeId
- Identifier of the spec to get the user-visible name.
Return Value
StringReturns the user-visible name for a spec.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given identifier is neither a spec nor a category. |
ArgumentNullException | A non-optional argument was null |