ArcFM Engine 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 behavior.
Syntax
'Declaration
 
Public Overloads Shared Function ArgumentsUsage( _
   ByVal argumentType As Type, _
   ByVal columns As Integer _
) As String
'Usage
 
Dim argumentType As Type
Dim columns As Integer
Dim value As String
 
value = Parser.ArgumentsUsage(argumentType, columns)
public static string ArgumentsUsage( 
   Type argumentType,
   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 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

Parser Class
Parser Members
Overload List

 

 


Send Comment