Description
If used, the associated IPOPT specifications file may define any of the various IPOPT options. Options in the file that conflict with options specified elsewhere will take precedence.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property OptionsFilename() As String
|
[C#] |
---|
public string OptionsFilename {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_OptionsFilename(); public: __property void set_OptionsFilename(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_OptionsFilename(
BSTR * pVal
);
public: HRESULT put_OptionsFilename(
BSTR newVal
);
|
[Java] |
---|
public String getOptionsFilename();
public void setOptionsFilename(
String
);
|
[Python - STK API] |
---|
@property
def OptionsFilename(self) -> str:
@OptionsFilename.setter
def OptionsFilename(self, newVal:str) -> None:
|
See Also