ArcFM Responder Mobile Developer Guide
ArgumentsUsage(Type,Int32) Method






The type of the arguments to display usage for.
The number of columns to format the output to.
Returns a Usage string for command line argument parsing. Use ArgumentAttributes to control parsing behaviour. Returns a Usage string for command line argument parsing. Use ArgumentAttributes to control parsing behavior.
Syntax
'Declaration
 
Public Overloads Shared Function ArgumentsUsage( _
   ByVal argumentType As System.Type, _
   ByVal columns As System.Integer _
) As System.String
'Usage
 
Dim argumentType As System.Type
Dim columns As System.Integer
Dim value As System.String
 
value = Parser.ArgumentsUsage(argumentType, columns)
public static System.string ArgumentsUsage( 
   System.Type argumentType,
   System.int columns
)
public function ArgumentsUsage( 
    argumentType: System.Type;
    columns: System.Integer
): System.String; static; 
public static function ArgumentsUsage( 
   argumentType : System.Type,
   columns : System.int
) : System.String;
public: static System.string* ArgumentsUsage( 
   System.Type* argumentType,
   System.int columns
) 
public:
static System.String^ ArgumentsUsage( 
   System.Type^ argumentType,
   System.int columns
) 

Parameters

argumentType
The type of the arguments to display usage for.
columns
The number of columns to format the output to.

Return Value

Printable string containing a user friendly description of command line arguments.
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

Parser Class
Parser Members
Overload List

Send Feedback