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





Description

X velocity component. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XVelocity() As Double

[C#]
public double XVelocity {get; set;}

[Managed C++]
public: __property double get_XVelocity();
public: __property void set_XVelocity(
double
);

[Unmanaged C++]
public: HRESULT get_XVelocity(
double * pRetVal
);
public: HRESULT put_XVelocity(
double NewXVelocity
);

[Java]
public double getXVelocity();public void setXVelocity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1