IAgODProvideTrackingDataLib 13Send comments on this topic.
GNSSCode Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

Only applicable to GNSS measurements. A one character identifier that identifies the GNSS system type:

'G' = GPS, 'R' = GLONASS, 'E' = Galileo, 'C' = BeiDou, 'J' = QZSS

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GNSSCode() As Byte
[C#]
public Byte GNSSCode {get; set;}
[Managed C++]
public: __property Byte get_GNSSCode();
public: __property void set_GNSSCode( Byte );
[Unmanaged C++]
public: HRESULT get_GNSSCode(
    Byte * pVal
);
public: HRESULT put_GNSSCode(
    Byte newVal
);
[Java]
public Byte getGNSSCode();
public void setGNSSCode(
    Byte
);
[Python - STK API ]
@property
def GNSSCode(self) -> Byte:

@GNSSCode.setter
def GNSSCode(self, newVal:Byte) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.