Share

Dimension.IsValid Property

Indicates if this dimension is valid.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool IsValid { get; }

Property Value

Boolean

Remarks

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

Reference

Was this information helpful?