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

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

    Parameters

    value
    cDimension
    See Also