ArcFM Engine Developer Guide
Add(OptionSet) Method


The new CommandBar to add.
Add a new OptionSet to the list OptionSets of this application.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As OptionSet _
) 
'Usage
 
Dim instance As OptionSetCollection
Dim item As OptionSet
 
instance.Add(item)
public void Add( 
   OptionSet item
)

Parameters

item
The new CommandBar 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

OptionSetCollection Class
OptionSetCollection Members
Overload List

 

 


Send Comment