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 * pScenarioCreationMode
);
public: HRESULT put_ScenarioCreationMode(
VARIANT_BOOL ScenarioCreationMode
);
|
[Java] |
---|
public bool getScenarioCreationMode();
public void setScenarioCreationMode(
bool
);
|
See Also