Property | Type | Description | |
---|---|---|---|
IsMetric | bool |
Method | Description | |
---|---|---|
IsDouble ( string value, double &result ) : string |
This method is used to check whether a value string is double type
|
|
IsHeightInRange ( double value ) : string |
This method is used to check whether the height value is out of range
|
|
IsInsetInRange ( double value ) : string |
This method is used to check whether the inset value is out of range
|
|
IsSillHeightInRange ( double value ) : string |
This method is used to check whether the sillheight value is out of range
|
|
IsWidthInRange ( double value ) : string |
This method is used to check whether the width value is out of range
|
|
ValidateWindowParameter ( double wallHeight, double wallWidth ) : System |
constructor of ValidateWindowParameter
|
public IsDouble ( string value, double &result ) : string | ||
value | string | >the string value |
result | double | the double result |
return | string |
public IsHeightInRange ( double value ) : string | ||
value | double | the string value |
return | string |
public IsInsetInRange ( double value ) : string | ||
value | double | the string value |
return | string |
public IsSillHeightInRange ( double value ) : string | ||
value | double | the string value |
return | string |
public IsWidthInRange ( double value ) : string | ||
value | double | the string value |
return | string |
public ValidateWindowParameter ( double wallHeight, double wallWidth ) : System | ||
wallHeight | double | wall height parameter |
wallWidth | double | wall width parameter |
return | System |