AVEVA Database .NET Public Interface

DbElement.GetAttribute Method (DbAttribute)

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
);

Parameters

attributeName
Attribute to query

Return Value

Attribute instance

See Also

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