AVEVA Database .NET Public Interface

MDB.FindElements Method

Return all elements where name matches given int key.

Overload List

Return all elements where name matches given int key.

public abstract DbElement[] FindElements(DbType,DbAttribute,int[]);

Return all elements where given attribute matches given string key.

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

Return all elements where name matches given string key.

public abstract DbElement[] FindElements(DbType,string);

See Also

MDB Class | Aveva.Pdms.Database Namespace