BaseEffect.GetValueBoolean Method

Language:

Retrieves a Boolean value.

Definition

Visual Basic Public Function GetValueBoolean( _
    ByVal parameter As EffectHandle _
) As Boolean
C# public bool GetValueBoolean(
    EffectHandle parameter
);
C++ public:
bool GetValueBoolean(
    EffectHandleparameter
);
JScript public function GetValueBoolean(
    parameter : EffectHandle
) : boolean;

Parameters

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

Return Value

System.Boolean
Boolean value.

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