AGI STK Astrogator 11Send comments on this topic.
ScalingMethod Property (IAgVADEControl)
See Also 
Windows






Windows & Linux

Description

[Support Removed] Allows better numerical behavior if the parameters have very different magnitudes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScalingMethod() As AgEVADEScalingMethod
[C#]
public AgEVADEScalingMethod ScalingMethod {get; set;}
[Managed C++]
public: __property AgEVADEScalingMethod get_ScalingMethod();
public: __property void set_ScalingMethod(
   AgEVADEScalingMethod
);
[Unmanaged C++]
public: HRESULT get_ScalingMethod(
   AgEVADEScalingMethod * pRetVal
);
public: HRESULT put_ScalingMethod(
   AgEVADEScalingMethod NewScalingMethod
);
[Java]
public AgEVADEScalingMethod getScalingMethod();public void setScalingMethod(
   AgEVADEScalingMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.