AGI STK Objects 11 Send comments on this topic.
YVelocity Property (IAgOrbitStateCartesian)
See Also 





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 * pRetVal
);
public: HRESULT put_YVelocity(
double NewYVelocity
);

[Java]
public double getYVelocity();public void setYVelocity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1