Microsoft DirectX 9.0 SDK Update (October 2004)

ConstantTable.GetConstantElement Method

Language:

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

Retrieves a constant from an array of constants.

Definition

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

Parameters

constant Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle class that uniquely identifies the array of constants. This value cannot be 0.
index System.Int32. Zero-based index of the element in the array.

Return Value

Microsoft.DirectX.Direct3D.EffectHandle . An EffectHandle that uniquely identifies the constant.

Remarks

To get a constant that is not part of an array, use ConstantTable.GetConstant.


© 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