ScenariosGenerator.SaveSettings Method

Public Sub SaveSettings( _ 
ByVal settings As ScenariosSettings, _ 
Optional ByVal toFile As String = null _ 
)
This language is not supported or no code example is available.
public void SaveSettings( 
ScenariosSettings settings
string toFile = null 
)
This language is not supported or no code example is available.
public:  
void SaveSettings( 
ScenariosSettings^ settings
String^ toFile 
)
This language is not supported or no code example is available.
public function SaveSettings( 
settings : ScenariosSettings
toFile : String 
);
This language is not supported or no code example is available.

Parameters

settings
ScenariosSettings

toFile
string

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition