Class SiteDescription
Inherited Members
Namespace: AudioAnalysisTools
Assembly: AudioAnalysisTools.dll
Syntax
public class SiteDescription
Properties
| Improve this Doc View SourceLatitude
Gets or sets latitude of the site.
Declaration
public double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Double> |
Longitude
Gets or sets longitude of the site.
Declaration
public double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Double> |
ProjectName
Gets or sets site name.
Declaration
public string ProjectName { get; set; }
Property Value
Type | Description |
---|---|
String |
SiteName
Gets or sets site name.
Declaration
public string SiteName { get; set; }
Property Value
Type | Description |
---|---|
String |