ArcFM Responder Mobile Developer Guide
GetConsoleWindowWidth Method






Returns the number of columns in the current console window Returns the number of columns in the current console window.
Syntax
'Declaration
 
Public Shared Function GetConsoleWindowWidth() As System.Integer
'Usage
 
Dim value As System.Integer
 
value = Parser.GetConsoleWindowWidth()
public static System.int GetConsoleWindowWidth()
public function GetConsoleWindowWidth(): System.Integer; static; 
public static function GetConsoleWindowWidth() : System.int;
public: static System.int GetConsoleWindowWidth(); 
public:
static System.int GetConsoleWindowWidth(); 

Return Value

Returns the number of columns in the current console windowInteger
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