Gets or sets the error control method.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ErrorControl() As AgEVAErrorControl |
| [C#] |
|---|
public AgEVAErrorControl ErrorControl {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAErrorControl get_ErrorControl(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAErrorControl getErrorControl(); public void setErrorControl( AgEVAErrorControl ); |
[Python - STK API ] |
|---|
@property def ErrorControl(self) -> "AgEVAErrorControl": @ErrorControl.setter def ErrorControl(self, InVal:"AgEVAErrorControl") -> None: |






