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