Revit 2021.1 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: 21.0.0.0 (21.1.1.109)
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 (); } |