RegistryHelper..::..GetHeight Method

Gets the height.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static double GetHeight(
	string Company,
	string ApplicationName,
	string WindowName
)

Parameters

Company
Type: String
The company.
ApplicationName
Type: String
Name of the application.
WindowName
Type: String
Name of the window.

Return Value

System.Double.

Exceptions


ExceptionCondition
ArgumentNullExceptionApplicationName cannot be null or left empty.