Revit 2023 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: 23.0.0.0 (23.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 (); } |