AGI STK Object Broker 11 Send comments on this topic.
ScenarioCreationMode Property (IAgStkBroker)
See Also 





Description

If true, entities removed from the broker are not removed from the STK scenario, instead, broker processing of that entity stops and the STK object representing it remains.  The resulting scenario can be saved with all previously loaded entities intact and then used offline for further non-realtime analysis.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ScenarioCreationMode();
public: __property void set_ScenarioCreationMode(
bool
);

[Unmanaged C++]
public: HRESULT get_ScenarioCreationMode(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ScenarioCreationMode(
VARIANT_BOOL NewScenarioCreationMode
);

[Java]
public bool getScenarioCreationMode();public void setScenarioCreationMode(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1