AVEVA Database .NET Public Interface

Db.FindElement Method 

Find Element of given name. If it does not exits then returns a null element.

public abstract DbElement FindElement(
   string Name,
   DbAttribute attributeName
);

Parameters

Name
Element name
attributeName
Attribute

Return Value

Element instance

See Also

Db Class | Aveva.Pdms.Database Namespace