AGI STK Astrogator 11 Send comments on this topic.
ErrorControl Property (IAgVARK4thAdapt)
See Also 





Description

The error control method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ErrorControl() As AgEVAErrorControl

[C#]
public AgEVAErrorControl ErrorControl {get; set;}

[Managed C++]
public: __property AgEVAErrorControl get_ErrorControl();
public: __property void set_ErrorControl(
AgEVAErrorControl
);

[Unmanaged C++]
public: HRESULT get_ErrorControl(
AgEVAErrorControl * pRetVal
);
public: HRESULT put_ErrorControl(
AgEVAErrorControl NewErrorControl
);

[Java]
public AgEVAErrorControl getErrorControl();public void setErrorControl(
AgEVAErrorControl
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1