Revit 2025.3 API
Shared |
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: 25.3.0.0 (25.3.0.0)
Syntax
public bool ShouldHideWhenNoValue()
Public Function ShouldHideWhenNoValue As Boolean
public: bool ShouldHideWhenNoValue()
member ShouldHideWhenNoValue : unit -> bool
Return Value
BooleanSee Also