Valid values for ZoneStr are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in distance units. LonRate and LatRate are entered in degrees/second. AltRate is entered in units/second.
Read-only property
[Visual Basic .NET] |
---|
Public Property UTM() As IAgVeRealtimeUTMPoints |
[C#] |
---|
public IAgVeRealtimeUTMPoints UTM {get;} |
[Managed C++] |
---|
public: __property IAgVeRealtimeUTMPoints ^ get_UTM(); |
[Unmanaged C++] |
---|
public: HRESULT get_UTM( IAgVeRealtimeUTMPoints ** ppRetVal ); |
[Java] |
---|
public IAgVeRealtimeUTMPoints getUTM(); |
[Python - STK API ] |
---|
@property def UTM(self) -> "IAgVeRealtimeUTMPoints": |