ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Manager2 Class / CreateAnimationVectorVariable2 Method

In This Topic
    CreateAnimationVectorVariable2 Method
    In This Topic
    HRESULT IUIAnimationManager2::CreateAnimationVectorVariable([In, Buffer] const double* initialValue,[In] unsigned int cDimension,[Out] IUIAnimationVariable2** variable)
    Syntax
    'Declaration
     
    Public Function CreateAnimationVectorVariable2( _
       ByVal initialValue() As System.Double, _
       ByVal cDimension As System.Integer _
    ) As Variable2
    public Variable2 CreateAnimationVectorVariable2( 
       System.double[] initialValue,
       System.int cDimension
    )

    Parameters

    initialValue
    cDimension
    See Also