STK AstrogatorSend comments on this topic.
ArgOfLatitude Property (IAgVAElementKeplerian)
See Also
Windows





Windows & Linux

Description

Gets or sets the sum of the True Anomaly and the Argument of Perigee. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArgOfLatitude() As System.Object
[C#]
public System.Object ArgOfLatitude {get; set;}
[Managed C++]
public: __property VARIANT get_ArgOfLatitude();
public: __property void set_ArgOfLatitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_ArgOfLatitude(
    VARIANT * pVal
);
public: HRESULT put_ArgOfLatitude(
    VARIANT newVal
);
[Java]
public AgVariant getArgOfLatitude();
public void setArgOfLatitude(
    AgVariant
);
[Python - STK API ]
@property
def ArgOfLatitude(self) -> typing.Any:

@ArgOfLatitude.setter
def ArgOfLatitude(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.