ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Interpolator2 Class / GetFinalValue Method

In This Topic
    GetFinalValue Method
    In This Topic
    HRESULT IUIAnimationInterpolator2::GetFinalValue([Out, Buffer] double* value,[In] unsigned int cDimension)
    Syntax
    'Declaration
     
    Public Sub GetFinalValue( _
       ByVal value() As System.Double, _
       ByVal cDimension As System.Integer _
    ) 
    public void GetFinalValue( 
       System.double[] value,
       System.int cDimension
    )

    Parameters

    value
    cDimension
    See Also