An enum indicating whether a resource is current or out of date.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Members
Member name | Description |
---|---|
Current | The resource is up-to-date; this is is the most recent version of the resource. |
OutOfDate | This is not the most recent version of the resource. |
Unknown | It is not known whether the resource is current. |