AVEVA Database .NET Public Interface

DbElement.GetAttributeArray Method (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 attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Array of Attribute instances

See Also

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