ArcFM Desktop Developer Guide
ArgumentsUsage(Type) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The type of the arguments to display usage for.
Returns a Usage string for command line argument parsing. Use ArgumentAttributes to control parsing behavior. Formats the output to the width of the current console window.
Syntax
'Declaration
 
Public Overloads Shared Function ArgumentsUsage( _
   ByVal argumentType As Type _
) As String
'Usage
 
Dim argumentType As Type
Dim value As String
 
value = Parser.ArgumentsUsage(argumentType)
public static string ArgumentsUsage( 
   Type argumentType
)

Parameters

argumentType
The type of the arguments to display usage for.

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