Indicates if this dimension is valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2019
Syntax
C# |
---|
public bool IsValid { get; } |
Visual Basic |
---|
Public ReadOnly Property IsValid As Boolean Get |
Visual C++ |
---|
public: property bool IsValid { bool get (); } |
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.