AGI STK Objects 11 Send comments on this topic.
Vy Property (IAgVeConsiderAnalysisCollectionElement)
See Also 





Description

Y velocity covariance. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Vy();
public: __property void set_Vy(
double
);

[Unmanaged C++]
public: HRESULT get_Vy(
double * pRetVal
);
public: HRESULT put_Vy(
double NewVy
);

[Java]
public double getVy();public void setVy(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1