ArcFM Engine Developer Guide
AddRange Method (DockAreaPaneCollection)


The list of area panes to add.
Adds a group of area panes to the list of area panes of the DockManager.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal dockAreaPanes() As DockAreaPane _
) 
'Usage
 
Dim instance As DockAreaPaneCollection
Dim dockAreaPanes() As DockAreaPane
 
instance.AddRange(dockAreaPanes)
public void AddRange( 
   DockAreaPane[] dockAreaPanes
)

Parameters

dockAreaPanes
The list of area 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

DockAreaPaneCollection Class
DockAreaPaneCollection Members

 

 


Send Comment