AGI STK Objects 11 Send comments on this topic.
ReferenceWeek Property (IAgVeGPSAlmanacPropertiesYUMA)
See Also 





Description

The reference week (VINA) for all almanacs in this file per the ICD-GPS-200.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceWeek() As AgEGPSReferenceWeek

[C#]
public AgEGPSReferenceWeek ReferenceWeek {get; set;}

[Managed C++]
public: __property AgEGPSReferenceWeek get_ReferenceWeek();
public: __property void set_ReferenceWeek(
AgEGPSReferenceWeek
);

[Unmanaged C++]
public: HRESULT get_ReferenceWeek(
AgEGPSReferenceWeek * pRetVal
);
public: HRESULT put_ReferenceWeek(
AgEGPSReferenceWeek NewReferenceWeek
);

[Java]
public AgEGPSReferenceWeek getReferenceWeek();public void setReferenceWeek(
AgEGPSReferenceWeek
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1