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





Description

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

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1