Namespaces and Assemblies
- Last UpdatedFeb 13, 2023
- 1 minute read
The .NET status objects described below are defined in the Aveva.Pdms.DataManagement.dll assembly, which is found in the standard PDMS install directory (PDMSEXE). To use these status objects, programmers need reference to the Aveva.Pdms.Database.dll assembly also found in PDMSEXE. (To reference other PDMS .NET assemblies - refer to PDMS.NET documentation for further details.)
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;