ArcFM Responder Mobile Developer Guide
Add(Option) Method






Syntax
'Declaration
 
Public Overloads Shadows Function Add( _
   ByVal option As Option _
) As OptionSet
'Usage
 
Dim instance As OptionSet
Dim option As Option
Dim value As OptionSet
 
value = instance.Add(option)
public new OptionSet Add( 
   Option option
)
public function Add( 
    option: Option
): OptionSet; 
public hide function Add( 
   option : Option
) : OptionSet;
public: new OptionSet* Add( 
   Option* option
) 
public:
new OptionSet^ Add( 
   Option^ option
) 

Parameters

option
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OptionSet Class
OptionSet Members
Overload List

Send Feedback