AGI STK Objects 11 Send comments on this topic.
SaveScenarioAsVDF Property (IAgStkPreferencesVDF)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaveScenarioAsVDF() As Boolean

[C#]
public bool SaveScenarioAsVDF {get; set;}

[Managed C++]
public: __property bool get_SaveScenarioAsVDF();
public: __property void set_SaveScenarioAsVDF(
bool
);

[Unmanaged C++]
public: HRESULT get_SaveScenarioAsVDF(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SaveScenarioAsVDF(
VARIANT_BOOL NewSaveScenarioAsVDF
);

[Java]
public bool getSaveScenarioAsVDF();public void setSaveScenarioAsVDF(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1