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






Windows & Linux

Description

A scale value for the velocity ellipsoid size. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Scale() As Double
[C#]
public double Scale {get; set;}
[Managed C++]
public: __property double get_Scale();
public: __property void set_Scale( double );
[Unmanaged C++]
public: HRESULT get_Scale(
    double * pVal
);
public: HRESULT put_Scale(
    double pVal
);
[Java]
public double getScale();
public void setScale(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.