Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Engineering

Classes in ​.NET

  • Last UpdatedAug 18, 2026
  • 1 minute read

The following classes are available in C#. These correspond to and have similar functionality to the PML objects described above.

Class StatusManagement

This static class gives access to all the status definition elements in the current MDB. As a static class no instances of the class are created. The class has a single property, Statuses, which returns an array of Status objects (described below), used as follows:

Status[] statuses = StatusManagement.Statuses;

Related Links