BaseEffect.GetValueBooleanArray Method

Language:

Retrieves an array of Boolean values.

Definition

Visual Basic Public Function GetValueBooleanArray( _
    ByVal parameter As EffectHandle, _
    ByVal count As Integer _
) As Boolean()
C# public bool[] GetValueBooleanArray(
    EffectHandle parameter,
    int count
);
C++ public:
array<bool>^ GetValueBooleanArray(
    EffectHandleparameter,
    int count
);
JScript public function GetValueBooleanArray(
    parameter : EffectHandle,
    count : int
) : boolean[];

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
count System.Int32
Number of Boolean values in the returned array.

Return Value

System.Boolean[]
Array of Boolean values.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center