Controls whether the run will attempt to only run changed segments.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SmartRunMode() As AgEVASmartRunMode |
| [C#] |
|---|
public AgEVASmartRunMode SmartRunMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVASmartRunMode get_SmartRunMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVASmartRunMode getSmartRunMode(); public void setSmartRunMode( AgEVASmartRunMode ); |
[Python - STK API ] |
|---|
@property def SmartRunMode(self) -> "AgEVASmartRunMode": @SmartRunMode.setter def SmartRunMode(self, InVal:"AgEVASmartRunMode") -> None: |






