Namespaces and Assemblies
- Last UpdatedMar 20, 2025
- 1 minute read
The .NET status objects described below are defined in the Aveva.Pdms.DataManagement.dll assembly, which is found in the standard AVEVA E3D Design install directory (AVEVA_DESIGN_EXE). To use these status objects, programmers need reference to the Aveva.Pdms.Database.dll assembly also found in AVEVA_DESIGN_EXE. To reference other AVEVA Asset Information Management (AVEVA AIM) assemblies, refer to AVEVA AIM documentation.)
To access this software from Visual Studio, add the assemblies to the project references and declare interest in the namespaces at the top of the client C# files:
using Aveva.Pdms.DataManagement;
using Aveva.Pdms.Database;