ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / GetFinalIntegerVectorValue Method

In This Topic
    GetFinalIntegerVectorValue Method
    In This Topic
    HRESULT IUIAnimationVariable2::GetFinalIntegerVectorValue([Out, Buffer] int* finalValue,[In] unsigned int cDimension)
    Syntax
    'Declaration
     
    Public Sub GetFinalIntegerVectorValue( _
       ByVal finalValue() As Integer, _
       ByVal cDimension As Integer _
    ) 
    public void GetFinalIntegerVectorValue( 
       int[] finalValue,
       int cDimension
    )

    Parameters

    finalValue
    cDimension
    See Also