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