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






Windows & Linux

Description

If true, the profile will divide the problem into steps to solve it.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableHomotopy() As Boolean

[C#]
public bool EnableHomotopy {get; set;}

[Managed C++]
public: __property bool get_EnableHomotopy();
public: __property void set_EnableHomotopy(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableHomotopy(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableHomotopy(
VARIANT_BOOL NewEnableHomotopy
);

[Java]
public bool getEnableHomotopy();public void setEnableHomotopy(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface