ArcFM Engine Developer Guide
AddCommandRange Method


The set of keys for the Commands to add.
Adds a set of Commands, as defined by their keys, to the list of Commands.
Syntax
'Declaration
 
Public Sub AddCommandRange( _
   ByVal keys() As String _
) 
'Usage
 
Dim instance As CommandBarCommandCollection
Dim keys() As String
 
instance.AddCommandRange(keys)
public void AddCommandRange( 
   string[] keys
)

Parameters

keys
The set of keys for the Commands 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

CommandBarCommandCollection Class
CommandBarCommandCollection Members

 

 


Send Comment