STK ObjectsSend comments on this topic.
SaveScenarioAsVDF Property (IAgStkPreferencesVDF)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_SaveScenarioAsVDF(
    VARIANT_BOOL DefaultScFmt
);
[Java]
public bool getSaveScenarioAsVDF();
public void setSaveScenarioAsVDF(
    bool
);
[Python - STK API ]
@property
def SaveScenarioAsVDF(self) -> bool:

@SaveScenarioAsVDF.setter
def SaveScenarioAsVDF(self, DefaultScFmt:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.