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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.