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 * pVal
);
public: HRESULT put_YVelocity(
    double vYVelocity
);
[Java]
public double getYVelocity();
public void setYVelocity(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.