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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.