AVEVA Database .NET Public Interface

DbElement.GetElement Method (DbAttribute, DbElementType)

Get Element instance referenced by Attribute on Element. This method throws an exception if attribute is invalid.

public abstract DbElement GetElement(
   DbAttribute attributeName,
   DbElementType qualifier
);

Parameters

attributeName
Attribute to query
qualifier
Element type qualifier

Return Value

Element instance

See Also

DbElement Class | Aveva.Pdms.Database Namespace | DbElement.GetElement Overload List