STK AstrogatorSend comments on this topic.
OverrideMaxPropagationTime Property (IAgVAMCSPropagate)
See Also
Windows





Windows & Linux

Description

Override Maximum Propagation Time - if there is a duration or epoch stopping condition that occurs after the maximum propagation time, ignore the maximum propagation time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverrideMaxPropagationTime() As Boolean
[C#]
public bool OverrideMaxPropagationTime {get; set;}
[Managed C++]
public: __property bool get_OverrideMaxPropagationTime();
public: __property void set_OverrideMaxPropagationTime( bool );
[Unmanaged C++]
public: HRESULT get_OverrideMaxPropagationTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_OverrideMaxPropagationTime(
    VARIANT_BOOL newVal
);
[Java]
public bool getOverrideMaxPropagationTime();
public void setOverrideMaxPropagationTime(
    bool
);
[Python - STK API ]
@property
def OverrideMaxPropagationTime(self) -> bool:

@OverrideMaxPropagationTime.setter
def OverrideMaxPropagationTime(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.