AGI STK Astrogator 11 Send comments on this topic.
ReferenceLongitude Property (IAgVAStateCalcRepeatingGroundTrackErr)
See Also 





Description

The longitude at the equator to be used as a reference for the repeating ground track. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceLongitude() As System.Object

[C#]
public System.Object ReferenceLongitude {get; set;}

[Managed C++]
public: __property VARIANT get_ReferenceLongitude();
public: __property void set_ReferenceLongitude(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_ReferenceLongitude(
VARIANT * pRetVal
);
public: HRESULT put_ReferenceLongitude(
VARIANT NewReferenceLongitude
);

[Java]
public Variant getReferenceLongitude();public void setReferenceLongitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1