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

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

    Parameters

    previousValueRef
    cDimension
    See Also