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

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

    Parameters

    bound
    cDimension
    See Also