IRawMessageTranslatorReceiverLocation Property |
Gets or sets the location of the receiver.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxGlobalCoordinate ReceiverLocation { get; set; }
Property ReceiverLocation As GlobalCoordinate
Get
Set
property GlobalCoordinate^ ReceiverLocation {
GlobalCoordinate^ get ();
void set (GlobalCoordinate^ value);
}
abstract ReceiverLocation : GlobalCoordinate with get, set
Property Value
Type:
GlobalCoordinate
Remarks
See Also