ArcFM Desktop Developer Guide
Parse Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The arguments to parse.
The destination of the parsed arguments.
Parses an argument list.
Syntax
'Declaration
 
Public Function Parse( _
   ByVal args() As String, _
   ByVal destination As Object _
) As Boolean
'Usage
 
Dim instance As Parser
Dim args() As String
Dim destination As Object
Dim value As Boolean
 
value = instance.Parse(args, destination)
public bool Parse( 
   string[] args,
   object destination
)

Parameters

args
The arguments to parse.
destination
The destination of the parsed arguments.

Return Value

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