Status Control
Customising Status Control using C# (.NET)
: Namespaces and Assemblies
Namespaces and Assemblies
The .NET status objects described below are defined in the Aveva.Pdms.DataManagement.dll assembly, which is found in the standard AVEVA E3Dâ„¢ 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 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;
1974 to current year.
AVEVA Solutions Limited and its subsidiaries. All rights reserved.