BaseEffect.GetValueInteger Method |
Language: |
Retrieves an integer.
Visual Basic Public Function GetValueInteger( _
ByVal parameter As EffectHandle _
) As IntegerC# public int GetValueInteger(
EffectHandle parameter
);C++ public:
int GetValueInteger(
EffectHandle^ parameter
);JScript public function GetValueInteger(
parameter : EffectHandle
) : int;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
System.Int32
Integer.
Exceptions
InvalidCallException The call is invalid.
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