ArcFM Desktop Developer Guide
Add(Boolean,String) Method


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