ArcFM Engine Developer Guide
InsertRange Method (CommandItemLayoutCollection)


The location in this collection where the specified collection should be inserted.
The list of CommandItemLayouts to be inserted.
Inserts the specified collection of objects into this collection.
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal itemsToInsert As CommandItemLayoutCollection _
) 
'Usage
 
Dim instance As CommandItemLayoutCollection
Dim index As Integer
Dim itemsToInsert As CommandItemLayoutCollection
 
instance.InsertRange(index, itemsToInsert)
public void InsertRange( 
   int index,
   CommandItemLayoutCollection itemsToInsert
)

Parameters

index
The location in this collection where the specified collection should be inserted.
itemsToInsert
The list of CommandItemLayouts to be inserted.
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

CommandItemLayoutCollection Class
CommandItemLayoutCollection Members

 

 


Send Comment