AVEVA Database .NET Public Interface

DbElement.GetAttribute Method

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

Overload List

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

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

Deprecated- do not use. Use method with DbQualifier instead.

public abstract DbAttribute GetAttribute(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace