True if the current settings stored in the entity is valid.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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); } |