Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetParameterElement Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the EffectHandle of an array element parameter.

Definition

Visual Basic .NET Public Function GetParameterElement( _
    ByVal constant As EffectHandle, _
    ByVal index As Integer _
) As EffectHandle
C# public EffectHandle GetParameterElement(
    EffectHandle constant,
    int index
);
Managed C++ public: EffectHandle* GetParameterElement(
    EffectHandle *constant,
    int index
);
JScript .NET public function GetParameterElement(
    constant : EffectHandle,
    index : int
) : EffectHandle;

Parameters

constant Microsoft.DirectX.Direct3D.EffectHandle. The EffectHandle associated with the array.
index System.Int32. Array element index.

Return Value

Microsoft.DirectX.Direct3D.EffectHandle . Handle of the specified parameter, or null if either param_EffectHandle_constant or param_Int32_index is invalid.

Remarks

This method is used to get an element of a parameter that is an array.

Applies To

Effect, EffectCompiler

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center