If used, the associated SNOPT specifications file may define any of the various SNOPT options. Options in the file that conflict with options specified elsewhere will take precedence.
Read-write property
[Visual Basic .NET] |
---|
Public Property OptionsFilename() As String |
[C#] |
---|
public string OptionsFilename {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_OptionsFilename(); |
[Unmanaged C++] |
---|
public: HRESULT get_OptionsFilename( BSTR * pVal ); public: HRESULT put_OptionsFilename( BSTR newVal ); |
[Java] |
---|
public String getOptionsFilename(); public void setOptionsFilename( String ); |