SnoptOptions.SetParameter(String) Method

Top 

Description

Adds a string option to be used in the optimization process. If the option is not valid, it will throw an error on initialization. See the Snopt documentation for valid options to be set through this interface.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

SnoptOptions.SetParameter(

String value)

 

 

Arguments

value


Description:

The value to set for the option.

 

 

 

Syntax

mySnoptOptions1.SetParameter(myString1);

 

 

See also

SnoptOptions Object