| Revit 2022.1 API |
| Construction..::..Name Property |
| Construction Class See Also |
Get the name of the Construction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public string Name { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Name As String Get |
| Visual C++ |
|---|
public: property String^ Name { String^ get (); } |
Remarks
This property is used to get the name of the Construction.