Revit 2021 API |
DuctFittingAndAccessoryPressureDropData..::..IsCurrentEntityValid Property |
DuctFittingAndAccessoryPressureDropData Class See Also |
True if the current settings stored in the entity is valid.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.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); } |