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: 20.0.0.0 (20.0.0.377)
Since:  2016

Syntax

C#
public bool ShouldHideWhenNoValue()
Visual Basic
Public Function ShouldHideWhenNoValue As Boolean
Visual C++
public:
bool ShouldHideWhenNoValue()

See Also