Revit 2025.3 API
IPerformance |
Retrieves the name of the rule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
string GetName()
Function GetName As String
String^ GetName()
abstract GetName : unit -> string
Return Value
StringThe name of the rule.

Method should return a short string naming the rule, typically as a one word in TitleCase. String should be localized.
See Also