BaseEffect.GetValueIntegerArray(EffectHandle,Int32) Method (Microsoft.DirectX.Direct3D)

Retrieves an array of integers.

Definition

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

Parameters

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

Return Value

System.Int32[]
Array of integers.

Remarks

Exceptions

InvalidCallException

The call is invalid.

Applies To

Effect, EffectCompiler