Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ScanMaster
ParameterHelper
C# Class ScanMaster.ParameterHelper
Show file
Open project: ColdMatter/EDMSuite
Class Usage Examples
Public Methods
Method
Description
Exit
( ) :
void
GetParameter
(
String
key
) :
double
HasParameter
(
String
key
) :
bool
Initialise
( ) :
void
Private Methods
Method
Description
BuildGUI
( ) :
void
DeserializeSettings
( ) :
void
SerializeSettings
( ) :
void
Method Details
Exit()
public
method
public
Exit
( ) :
void
return
void
GetParameter()
public
method
public
GetParameter
(
String
key
) :
double
key
String
return
double
HasParameter()
public
method
public
HasParameter
(
String
key
) :
bool
key
String
return
bool
Initialise()
public
method
public
Initialise
( ) :
void
return
void