ArcFM Desktop Developer Guide
Parser Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The type of object to parse.
The destination for parse errors.
Creates a new command line argument parser.
Syntax
'Declaration
 
Public Function New( _
   ByVal argumentSpecification As Type, _
   ByVal reporter As ErrorReporter _
)
'Usage
 
Dim argumentSpecification As Type
Dim reporter As ErrorReporter
 
Dim instance As New Parser(argumentSpecification, reporter)
public Parser( 
   Type argumentSpecification,
   ErrorReporter reporter
)

Parameters

argumentSpecification
The type of object to parse.
reporter
The destination for parse errors.
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

 

 


Send Comment