Revit 2026 API
DimensionIs |
Indicates if this dimension is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean Get
public: property bool IsValid { bool get (); }
member IsValid : bool with get
Property Value
Boolean
This property always returns true for model dimensions.
It can return false for view-specific dimensions that are hidden
because they are in an invalid state. An example of an invalid
state is having misaligned references for an aligned dimension.
See Also