Class StbCalSnowCondition
Inheritance
System.Object
StbCalSnowCondition
Assembly: STBDotNet.dll
Syntax
public class StbCalSnowCondition : object
Properties
|
Improve this Doc
View Source
altitude
Declaration
public double altitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
altitudeSpecified
Declaration
public bool altitudeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
region
Declaration
public string region { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
sea_coverage
Declaration
public double sea_coverage { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
sea_coverageSpecified
Declaration
public bool sea_coverageSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
snow_depth
Declaration
public double snow_depth { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
unit_weight
Declaration
public double unit_weight { get; set; }
Property Value
Type |
Description |
System.Double |
|