Revit 2026 API
Rebar |
Checks that the RebarConstrainedHandle still has access to valid Rebar handle data
and that its RebarConstraintsManager is still valid.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValid()
Public Function IsValid As Boolean
public: bool IsValid()
member IsValid : unit -> bool
Return Value
BooleanReturns true if the RebarConstrainedHandle still has access to valid Rebar handle data and that its RebarConstraintsManager is still valid, false otherwise.
See Also