AVEVA Database .NET Public Interface

DbElement.GetAttribute Method (DbAttribute, DbQualifier)

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

public abstract DbAttribute GetAttribute(
   DbAttribute attributeName,
   DbQualifier qualifier
);

Parameters

attributeName
Attribute to query
qualifier

Return Value

Attribute instance

See Also

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