ArcFM Engine Developer Guide
mode Field


Syntax
'Declaration
 
<DefaultArgumentAttribute(ArgumentType.Required, 
   HelpText="Defines the running mode", 
   ShortName="")>
Public mode As ProgramMode
'Usage
 
Dim instance As MainProgramArguments
Dim value As ProgramMode
 
value = instance.mode
 
instance.mode = value
[DefaultArgument(ArgumentType.Required, 
   HelpText="Defines the running mode", 
   ShortName="")]
public ProgramMode mode
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

MainProgramArguments Class
MainProgramArguments Members

 

 


Send Comment