| Revit 2022 API |
| ModuleSettings..::..Description Property |
| ModuleSettings Class See Also |
The module description.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public string Description { get; set; } |
| Visual Basic |
|---|
Public Property Description As String Get Set |
| Visual C++ |
|---|
public: property String^ Description { String^ get (); void set (String^ value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | When setting this property: A non-optional argument was null |