AGI STK Astrogator 11 Send comments on this topic.
HomotopySteps Property (IAgVAProfileDifferentialCorrector)
See Also 





Description

The number of steps to divide a problem into for a homotopic calculation. Dimensionless - .

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HomotopySteps() As Integer

[C#]
public int HomotopySteps {get; set;}

[Managed C++]
public: __property int get_HomotopySteps();
public: __property void set_HomotopySteps(
int
);

[Unmanaged C++]
public: HRESULT get_HomotopySteps(
long * pRetVal
);
public: HRESULT put_HomotopySteps(
long NewHomotopySteps
);

[Java]
public int getHomotopySteps();public void setHomotopySteps(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1