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++] |
---|
public: HRESULT get_SmartRunMode( AgEVASmartRunMode * pVal ); public: HRESULT put_SmartRunMode( AgEVASmartRunMode InVal ); |
[Java] |
---|
public AgEVASmartRunMode getSmartRunMode(); public void setSmartRunMode( AgEVASmartRunMode ); |
[Python - STK API ] |
---|
@property def SmartRunMode(self) -> "AgEVASmartRunMode": @SmartRunMode.setter def SmartRunMode(self, InVal:"AgEVASmartRunMode") -> None: |