AGI STK Astrogator 11 Send comments on this topic.
SmartRunMode Property (IAgVAMCSOptions)
See Also 





Description

Controls whether the run will attempt to only run changed segments.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SmartRunMode() As AgEVASmartRunMode

[C#]
public AgEVASmartRunMode SmartRunMode {get; set;}

[Managed C++]
public: __property AgEVASmartRunMode get_SmartRunMode();
public: __property void set_SmartRunMode(
AgEVASmartRunMode
);

[Unmanaged C++]
public: HRESULT get_SmartRunMode(
AgEVASmartRunMode * pRetVal
);
public: HRESULT put_SmartRunMode(
AgEVASmartRunMode NewSmartRunMode
);

[Java]
public AgEVASmartRunMode getSmartRunMode();public void setSmartRunMode(
AgEVASmartRunMode
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1