ArcFM Engine Developer Guide
AddRange Method (DockPaneCollection)


The group of child panes to add.
Adds a group of child panes to the list of child panes for this parent.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal dockPaneBases() As DockPaneBase _
) 
'Usage
 
Dim instance As DockPaneCollection
Dim dockPaneBases() As DockPaneBase
 
instance.AddRange(dockPaneBases)
public void AddRange( 
   DockPaneBase[] dockPaneBases
)

Parameters

dockPaneBases
The group of child panes to add.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockPaneCollection Class
DockPaneCollection Members

 

 


Send Comment