AVEVA Database .NET Public Interface

DbElement.GetElement Method (DbAttribute)

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

public abstract DbElement GetElement(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Element instance

See Also

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