STK ObjectsSend comments on this topic.
WeekReferenceEpoch Property (IAgVeGPSAutoUpdateProperties)
See Also
Windows





Windows & Linux

Description

Week reference epoch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WeekReferenceEpoch() As AgEGPSReferenceWeek
[C#]
public AgEGPSReferenceWeek WeekReferenceEpoch {get; set;}
[Managed C++]
public: __property AgEGPSReferenceWeek get_WeekReferenceEpoch();
public: __property void set_WeekReferenceEpoch( AgEGPSReferenceWeek );
[Unmanaged C++]
public: HRESULT get_WeekReferenceEpoch(
    AgEGPSReferenceWeek * pRetVal
);
public: HRESULT put_WeekReferenceEpoch(
    AgEGPSReferenceWeek WeekReferenceEpoch
);
[Java]
public AgEGPSReferenceWeek getWeekReferenceEpoch();
public void setWeekReferenceEpoch(
    AgEGPSReferenceWeek
);
[Python - STK API ]
@property
def WeekReferenceEpoch(self) -> "AgEGPSReferenceWeek":

@WeekReferenceEpoch.setter
def WeekReferenceEpoch(self, WeekReferenceEpoch:"AgEGPSReferenceWeek") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.