ArcFM Engine Developer Guide
AddRange Method (CommandItemLayoutCollection)


The list of CommandItemLayouts to add.
Add a list of CommandItemLayouts to the list without allowing duplicates.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal itemsToAdd As CommandItemLayoutCollection _
) 
'Usage
 
Dim instance As CommandItemLayoutCollection
Dim itemsToAdd As CommandItemLayoutCollection
 
instance.AddRange(itemsToAdd)
public void AddRange( 
   CommandItemLayoutCollection itemsToAdd
)

Parameters

itemsToAdd
The list of CommandItemLayouts 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

CommandItemLayoutCollection Class
CommandItemLayoutCollection Members

 

 


Send Comment