AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.