AGI STK Astrogator 11 Send comments on this topic.
EnableWarningMessage Property (IAgVAManeuverFinitePropagator)
See Also 





Description

Issue a warning message if propagation is stopped by the Maximum Propagation Time parameter.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableWarningMessage() As Boolean

[C#]
public bool EnableWarningMessage {get; set;}

[Managed C++]
public: __property bool get_EnableWarningMessage();
public: __property void set_EnableWarningMessage(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableWarningMessage(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableWarningMessage(
VARIANT_BOOL NewEnableWarningMessage
);

[Java]
public bool getEnableWarningMessage();public void setEnableWarningMessage(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1