Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetValueVectorArray Method

Language:

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

Retrieves an array of vectors.

Definition

Visual Basic .NET Public Function GetValueVectorArray( _
    ByVal parameter As EffectHandle, _
    ByVal count As Integer _
) As Vector4()
C# public Vector4[] GetValueVectorArray(
    EffectHandle parameter,
    int count
);
Managed C++ public: Vector4 GetValueVectorArray(
    EffectHandle *parameter,
    int count
) __gc[];
JScript .NET public function GetValueVectorArray(
    parameter : EffectHandle,
    count : int
) : Vector4[];

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle. Unique EffectHandle identifier.
count System.Int32. Number of vectors in the returned array.

Return Value

Microsoft.DirectX.Vector4[]. Array of Vector4 objects.

Remarks

Exceptions
InvalidCallException The call is invalid.

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