ArcFM Engine Developer Guide
ArgumentsUsage(Type,Int32) Method


Version: 10.2.1a

Resource Center Home

Returns a Usage string for command line argument parsing. Use ArgumentAttributes to control parsing behavior.
Syntax
'Declaration
 
Public Overloads Shared Function ArgumentsUsage( _
   ByVal argumentType As Type, _
   ByVal columns As Integer _
) As String
'Usage
 
Dim argumentType As Type
Dim columns As Integer
Dim value As String
 
value = Parser.ArgumentsUsage(argumentType, columns)
public static string ArgumentsUsage( 
   Type argumentType,
   int columns
)

Parameters

argumentType
columns
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