AVEVA Database .NET Public Interface

DbElement.GetAttributeArray Method

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

Overload List

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

public abstract DbAttribute[] GetAttributeArray(DbAttribute);

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

public abstract DbAttribute[] GetAttributeArray(DbAttribute,DbQualifier);

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

public abstract DbAttribute[] GetAttributeArray(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace