| Revit 2023 API |
| AssetProperty..::..Name Property |
| AssetProperty Class See Also |
Get the name of the AssetProperty
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public string Name { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Name As String Get |
| Visual C++ |
|---|
public: property String^ Name { String^ get (); } |