BaseEffect.GetValueInteger(EffectHandle) Method (Microsoft.DirectX.Direct3D)

Retrieves an integer.

Definition

Visual Basic Public Function GetValueInteger( _
    ByVal parameter As EffectHandle _
) As Integer
C# public int GetValueInteger(
    EffectHandle parameter
);
C++ public:
int GetValueInteger(
    EffectHandleparameter
);
JScript public function GetValueInteger(
    parameter : EffectHandle
) : int;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.

Return Value

System.Int32
Integer.

Remarks

Exceptions

InvalidCallException

The call is invalid.

Applies To

Effect, EffectCompiler