| Revit 2021.1 API |
| Alignment..::..Description Property |
| Alignment Class See Also |
The Description of this alignment.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2021.1
Syntax
| C# |
|---|
public string Description { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Description As String Get |
| Visual C++ |
|---|
public: property String^ Description { String^ get (); } |