Class Status
- Last UpdatedDec 15, 2023
- 1 minute read
This class gives access to a named status definition determined in the constructor either by name or as a DbElement:
Status status = Status("/DesignStatus");
DbElement statusDefinitionElement;
// ...
Status status = Status(statusDefinitionElement);
The screenshot below of the Visual Studio Object Browser details the public interface of the Status class:
