STK AstrogatorSend comments on this topic.
Vy Property (IAgVAStateCalcOrbitStateValue)
See Also
Windows





Windows & Linux

Description

The y velocity component. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Vy() As System.Object
[C#]
public System.Object Vy {get; set;}
[Managed C++]
public: __property VARIANT get_Vy();
public: __property void set_Vy( VARIANT );
[Unmanaged C++]
public: HRESULT get_Vy(
    VARIANT * pVal
);
public: HRESULT put_Vy(
    VARIANT InVal
);
[Java]
public AgVariant getVy();
public void setVy(
    AgVariant
);
[Python - STK API ]
@property
def Vy(self) -> typing.Any:

@Vy.setter
def Vy(self, InVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.