ArcFM Engine Developer Guide
Parser Constructor


The type of object to parse.
The destination for parse errors.
Creates a new command line argument parser.
Syntax
public Parser( 
   Type argumentSpecification,
   ErrorReporter reporter
)
'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)

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