|
DataSourceRecord.Longitude Property
|
Gets or sets the longitude at which the data source is located.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.246-beta
Syntaxpublic uint Longitude { get; set; }
Public Property Longitude As UInteger
Get
Set
public:
property unsigned int Longitude {
unsigned int get ();
void set (unsigned int value);
}
member Longitude : uint32 with get, set
function get_Longitude();
function set_Longitude(value);
View SourceProperty Value
UInt32
See Also