Namespaces and Assemblies
- Last UpdatedSep 05, 2022
- 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 NET assemblies, refer to AVEVA NET 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;