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






Windows & Linux

Description

Allows better numerical behavior if the parameters have very different magnitudes. The same scaling method is applied to all parameters.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScalingMethod() As AgEVADCScalingMethod

[C#]
public AgEVADCScalingMethod ScalingMethod {get; set;}

[Managed C++]
public: __property AgEVADCScalingMethod get_ScalingMethod();
public: __property void set_ScalingMethod(
AgEVADCScalingMethod
);

[Unmanaged C++]
public: HRESULT get_ScalingMethod(
AgEVADCScalingMethod * pRetVal
);
public: HRESULT put_ScalingMethod(
AgEVADCScalingMethod NewScalingMethod
);

[Java]
public AgEVADCScalingMethod getScalingMethod();public void setScalingMethod(
AgEVADCScalingMethod
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface