ArcFM Engine Developer Guide
Add(Boolean,String) Method


Indicate if all buttons can be up at the same time.
Unique key identifying the new OptionSet.
Adds a new OptionSet to the list of CommandManager OptionSets.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal allowAllUp As Boolean, _
   ByVal key As String _
) As OptionSet
'Usage
 
Dim instance As OptionSetCollection
Dim allowAllUp As Boolean
Dim key As String
Dim value As OptionSet
 
value = instance.Add(allowAllUp, key)
public OptionSet Add( 
   bool allowAllUp,
   string key
)

Parameters

allowAllUp
Indicate if all buttons can be up at the same time.
key
Unique key identifying the new OptionSet.

Return Value

A reference to the new OptionSet added.
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

OptionSetCollection Class
OptionSetCollection Members
Overload List

 

 


Send Comment