The user-visible name for the parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public override string Name { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property Name As String Get |
| Visual C++ |
|---|
public: virtual property String^ Name { String^ get () override; } |