STK ObjectsSend comments on this topic.
YVelocity Property (IAgOrbitStateCartesian)
See Also
Windows





Windows & Linux

Description

Y velocity component. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YVelocity() As Double
[C#]
public double YVelocity {get; set;}
[Managed C++]
public: __property double get_YVelocity();
public: __property void set_YVelocity( double );
[Unmanaged C++]
public: HRESULT get_YVelocity(
    double * pVal
);
public: HRESULT put_YVelocity(
    double vYVelocity
);
[Java]
public double getYVelocity();
public void setYVelocity(
    double
);
[Python - STK API ]
@property
def YVelocity(self) -> float:

@YVelocity.setter
def YVelocity(self, vYVelocity:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.