AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_YVelocity(
   double NewYVelocity
);
[Java]
public double getYVelocity();public void setYVelocity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.