.NET Customisation
User Guide
.NET Customisation
:
Database Interface
:
Data Model Definition Classes
: DbElementTypeInstance
DbElementTypeInstance
This class contains instances of
DbElementType
for every element type in AVEVA E3Dâ„¢/Marine. These instances may be used wherever a
DbElementType
is expected. E.g. if a method
MyMethod()
takes an
DbElementType
, then you could write:
e.g.
MyMethod(Aveva.Pdms.Database.DbElementTypeInstance.EQUIPMENT);
It is often convenient to add a using statement for these instances. E.g.
using
NOUN=Aveva.Pdms.Database.DbElementTypeInstance;
MyMethod(NOUN.EQUIPMENT);
1974 to current year.
AVEVA Solutions Limited and its subsidiaries. All rights reserved.