Gets the user-visible name for a spec.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
String
Returns the user-visible name for a spec.
Exceptions
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".
See Also
Reference