Retrieves the name of the rule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
string GetName() |
| Visual Basic |
|---|
Function GetName As String |
| Visual C++ |
|---|
String^ GetName() |
Return Value
The name of the rule.
Remarks
Method should return a short string naming the rule, typically as a one word in TitleCase. String should be localized.