Tesla Graphics Engine Documentation (January 2012)
GetValueBooleanArray Method (count)
TeslaTesla.Direct3D10.GraphicsD3D10EffectParameterGetValueBooleanArray(Int32)
Gets the value of the parameter as an array of bools.
Declaration Syntax
C#
public bool[] GetValueBooleanArray(
	int count
)
Parameters
count (Int32)
Number of elements to get
Return Value
he bool array
Exceptions
Exception Condition
InvalidCastException Thrown if the parameter is not a bool array.
ArgumentOutOfRangeException Thrown if the element count is out of range.

Assembly: Tesla.Direct3D10 (Module: Tesla.Direct3D10) Version: 0.5.0.0 (0.5.0.0)