ArcFM Desktop Developer Guide
InsertRange Method (CommandItemLayoutCollection)


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
itemsToInsert
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