Gets the user-visible name for a BuiltInParameter in a specific LanguageType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static string GetLabelFor(
BuiltInParameter builtInParam,
LanguageType language
)
Parameters
- builtInParam BuiltInParameter
- The BuiltInParameter to get the user-visible name.
- language LanguageType
- The desired LanguageType to get the user-visible name in.
Return Value
String The BuiltInParameter name in the desired LanguageType.
Exceptions
See Also
Reference