ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / GetPreviousIntegerVectorValue Method

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

    Parameters

    previousValueRef
    cDimension
    See Also