ArcFM Desktop Developer Guide
ParseArguments(String[],Object,ErrorReporter) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The actual arguments.
The resulting parsed arguments.
The destination for parse errors.
Parses Command Line Arguments. Use ArgumentAttributes to control parsing behavior.
Syntax
'Declaration
 
Public Overloads Shared Function ParseArguments( _
   ByVal arguments() As String, _
   ByVal destination As Object, _
   ByVal reporter As ErrorReporter _
) As Boolean
'Usage
 
Dim arguments() As String
Dim destination As Object
Dim reporter As ErrorReporter
Dim value As Boolean
 
value = Parser.ParseArguments(arguments, destination, reporter)
public static bool ParseArguments( 
   string[] arguments,
   object destination,
   ErrorReporter reporter
)

Parameters

arguments
The actual arguments.
destination
The resulting parsed arguments.
reporter
The destination for parse errors.

Return Value

Returns true if no errors were detected.
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