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

Hull and Outfitting

DbElementTypeInstance

  • Last UpdatedNov 13, 2025
  • 1 minute read

This class contains instances of DbElementType for every element type in PDMS/Marine. These instances may be used wherever a DbElementType is expected. for example, if a method MyMethod() takes an DbElementType, then you could write, for example:

MyMethod(Aveva.Pdms.Database.DbElementTypeInstance.EQUIPMENT);

It is often convenient to add a using statement for these instances, for example:

using NOUN=Aveva.Pdms.Database.DbElementTypeInstance;

MyMethod(NOUN.EQUIPMENT);

TitleResults for “How to create a CRG?”Also Available in