True if the current settings stored in the entity is valid.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Syntax
| C# |
|---|
public bool IsCurrentEntityValid { get; set; } |
| Visual Basic |
|---|
Public Property IsCurrentEntityValid As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsCurrentEntityValid { bool get (); void set (bool value); } |