AGI STK VGT 11 Send comments on this topic.
Scale Property (IAgCrdnPointCovarianceGrazing)
See Also 





Description

Specify a scale factor which is applied to the one sigma ellipsoid.

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 * pRetVal
);
public: HRESULT put_Scale(
double NewScale
);

[Java]
public double getScale();public void setScale(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1