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

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

    Parameters

    value
    cDimension
    See Also