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





Windows & Linux

Description

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

'G' = Geodetic, 'S' = Spaceborne

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GNSSMarkerType() As Byte
[C#]
public Byte GNSSMarkerType {get; set;}
[Managed C++]
public: __property Byte get_GNSSMarkerType();
public: __property void set_GNSSMarkerType( Byte );
[Unmanaged C++]
public: HRESULT get_GNSSMarkerType(
    Byte * pVal
);
public: HRESULT put_GNSSMarkerType(
    Byte newVal
);
[Java]
public Byte getGNSSMarkerType();
public void setGNSSMarkerType(
    Byte
);
[Python - STK API ]
@property
def GNSSMarkerType(self) -> Byte:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.