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 * pVal
);
public: HRESULT put_ReferenceLongitude(
VARIANT InVal
);
|
[Java] |
---|
public AgVariant getReferenceLongitude();
public void setReferenceLongitude(
AgVariant
);
|
[Python - STK API] |
---|
@property
def ReferenceLongitude(self) -> typing.Any:
@ReferenceLongitude.setter
def ReferenceLongitude(self, InVal:typing.Any) -> None:
|
See Also