STK Aviator MATLABSend comments on this topic.
CheckForErrors Property (IAgAvtrStrategyMATLABProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to check the function for errors.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CheckForErrors() As Boolean
[C#]
public bool CheckForErrors {get; set;}
[Managed C++]
public: __property bool get_CheckForErrors();
public: __property void set_CheckForErrors( bool );
[Unmanaged C++]
public: HRESULT get_CheckForErrors(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CheckForErrors(
    VARIANT_BOOL newVal
);
[Java]
public bool getCheckForErrors();
public void setCheckForErrors(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.