BaseEffect.GetValueBoolean Method |
Language: |
Retrieves a Boolean value.
Visual Basic Public Function GetValueBoolean( _
ByVal parameter As EffectHandle _
) As BooleanC# public bool GetValueBoolean(
EffectHandle parameter
);C++ public:
bool GetValueBoolean(
EffectHandle^ parameter
);JScript public function GetValueBoolean(
parameter : EffectHandle
) : boolean;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
System.Boolean
Boolean value.
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