| Revit 2022.1 API |
| ExternalDefinition..::..Description Property |
| ExternalDefinition Class See Also |
The description of the parameter. The description will be used as tooltip in the Revit UI including in the properties palette.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
| C# |
|---|
public virtual string Description { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property Description As String Get |
| Visual C++ |
|---|
public: virtual property String^ Description { String^ get (); } |