Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NBandCollection Class / AddRange Method
The array of bands to add.


In This Topic
    AddRange Method (NBandCollection)
    In This Topic
    Adds range of NBand objects.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal bands() As NBand _
    ) 
    'Usage
     
    
    Dim instance As NBandCollection
    Dim bands() As NBand
     
    instance.AddRange(bands)
    public void AddRange( 
       NBand[] bands
    )

    Parameters

    bands
    The array of bands to add.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also