STK AstrogatorSend comments on this topic.
ErrorControl Property (IAgVARKV8th9th)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_ErrorControl(
    AgEVAErrorControl InVal
);
[Java]
public AgEVAErrorControl getErrorControl();
public void setErrorControl(
    AgEVAErrorControl
);
[Python - STK API ]
@property
def ErrorControl(self) -> "AgEVAErrorControl":

@ErrorControl.setter
def ErrorControl(self, InVal:"AgEVAErrorControl") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.