Gets or sets the SaveScenarioAsVDF property determines whether a scenario will be saved as a scenario file or as a VDF file when the Save method is called. If a VDF file is loaded, then the SaveScenarioAsVDF property has no effect when Save is called.
Read-write property
[Visual Basic .NET] |
---|
Public Property SaveScenarioAsVDF() As Boolean |
[C#] |
---|
public bool SaveScenarioAsVDF {get; set;} |
[Managed C++] |
---|
public: __property bool get_SaveScenarioAsVDF(); |
[Unmanaged C++] |
---|
public: HRESULT get_SaveScenarioAsVDF( VARIANT_BOOL * pVal ); public: HRESULT put_SaveScenarioAsVDF( VARIANT_BOOL DefaultScFmt ); |
[Java] |
---|
public bool getSaveScenarioAsVDF(); public void setSaveScenarioAsVDF( bool ); |