ComponentOne Bitmap for UWP
CreateAnimationVectorVariable2 Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Manager2 Class : CreateAnimationVectorVariable2 Method
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

Reference

Manager2 Class
Manager2 Members