AGI STK Objects 11 Send comments on this topic.
ContinueSave Property (IAgScenarioBeforeSaveEventArgs)
See Also 





Description

The status to allow/disallow continue saving.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ContinueSave();
public: __property void set_ContinueSave(
bool
);

[Unmanaged C++]
public: HRESULT get_ContinueSave(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ContinueSave(
VARIANT_BOOL NewContinueSave
);

[Java]
public bool getContinueSave();public void setContinueSave(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1