| Revit 2022 API |
| MEPSystem..::..IsValid Property |
| MEPSystem Class See Also |
Indicates if the system is valid or not.
atom AtomValidateSystem
default false
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2011
Syntax
| C# |
|---|
public bool IsValid { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsValid As Boolean Get |
| Visual C++ |
|---|
public: property bool IsValid { bool get (); } |