AGI STK Objects 11 Send comments on this topic.
Vx Property (IAgVePositionVelocityElement)
See Also 
Windows






Windows & Linux

Description

Vx collection. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Vx();
public: __property void set_Vx(
double
);

[Unmanaged C++]
public: HRESULT get_Vx(
double * pRetVal
);
public: HRESULT put_Vx(
double NewVx
);

[Java]
public double getVx();public void setVx(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface