Responder Developer Guide
RemoveAt Method (DockPaneCollection)


Version: 10.2.1a

Resource Center Home

The index in the collection of the item to remove.
Removes the child pane at the specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As DockPaneCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
The index in the collection of the item to remove.
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