ArcFM Responder Mobile Developer Guide
GetUsageString Method






Width of the screen as Integer
A user firendly usage string describing the command line argument syntax. A user friendly usage string describing the command line argument syntax.
Syntax
'Declaration
 
Public Function GetUsageString( _
   ByVal screenWidth As System.Integer _
) As System.String
'Usage
 
Dim instance As Parser
Dim screenWidth As System.Integer
Dim value As System.String
 
value = instance.GetUsageString(screenWidth)
public System.string GetUsageString( 
   System.int screenWidth
)
public function GetUsageString( 
    screenWidth: System.Integer
): System.String; 
public function GetUsageString( 
   screenWidth : System.int
) : System.String;
public: System.string* GetUsageString( 
   System.int screenWidth
) 
public:
System.String^ GetUsageString( 
   System.int screenWidth
) 

Parameters

screenWidth
Width of the screen as Integer

Return Value

String
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Parser Class
Parser Members

Send Feedback