AVEVA Database .NET Public Interface

MDB.FindElements Method (DbType, DbAttribute, String)

Return all elements where given attribute matches given string key.

public abstract DbElement[] FindElements(
   DbType type,
   DbAttribute att,
   string key
);

Parameters

type
att
key

Return Value

See Also

MDB Class | Aveva.Pdms.Database Namespace | MDB.FindElements Overload List