AVEVA Database .NET Public Interface

DbElement.GetBoolArray Method (DbAttribute)

Get Boolean array Attribute on Element. This method throws an exception if attribute is invalid.

public abstract bool[] GetBoolArray(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Array of Boolean values

See Also

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