| Revit 2022.1 API |
| SharedParameterElement..::..ShouldHideWhenNoValue Method |
| SharedParameterElement Class See Also |
Indicates whether the parameter should be hidden from the properties palette if it has no value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public bool ShouldHideWhenNoValue() |
| Visual Basic |
|---|
Public Function ShouldHideWhenNoValue As Boolean |
| Visual C++ |
|---|
public: bool ShouldHideWhenNoValue() |