AVEVA Database .NET Public Interface

DbElement.GetBoolArray Method

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

Overload List

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

public abstract bool[] GetBoolArray(DbAttribute);

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

public abstract bool[] GetBoolArray(DbAttribute,DbQualifier);

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

public abstract bool[] GetBoolArray(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace