If true, the profile will divide the problem into steps to solve it.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableHomotopy() As Boolean |
[C#] |
---|
public bool EnableHomotopy {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableHomotopy(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableHomotopy( VARIANT_BOOL * pVal ); public: HRESULT put_EnableHomotopy( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableHomotopy(); public void setEnableHomotopy( bool ); |