LabelUtils.GetLabelForSpec
Method
Description:
Gets the user-visible name for a spec.
Gets the user-visible name for a spec.
Remarks:
The name is obtained in the current Revit language. If the given identifier is a category, this method returns the name of the Family Type spec with that category, e.g. "Family Type: Walls".
The name is obtained in the current Revit language. If the given identifier is a category, this method returns the name of the Family Type spec with that category, e.g. "Family Type: Walls".
Parameters
Parameter | Type | Description |
---|---|---|
specTypeId | ForgeTypeId | Identifier of the spec to get the user-visible name. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given identifier is neither a spec nor a category. |
ArgumentNullException | A non-optional argument was null |