| Revit 2024 API |
| ParameterDownloadOptions..::..Visible Property |
| ParameterDownloadOptions Class See Also |
True if the parameter is visible to the user, false if it is hidden and accessible only via the API.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2024
Syntax
| C# |
|---|
public bool Visible { get; set; } |
| Visual Basic |
|---|
Public Property Visible As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Visible { bool get (); void set (bool value); } |