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





Windows & Linux

Description

If this segment is propagating the state transition matrix, reset it to the identity matrix at the start of the segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShouldReinitializeSTMAtStartOfSegmentPropagation() As Boolean
[C#]
public bool ShouldReinitializeSTMAtStartOfSegmentPropagation {get; set;}
[Managed C++]
public: __property bool get_ShouldReinitializeSTMAtStartOfSegmentPropagation();
public: __property void set_ShouldReinitializeSTMAtStartOfSegmentPropagation( bool );
[Unmanaged C++]
public: HRESULT get_ShouldReinitializeSTMAtStartOfSegmentPropagation(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShouldReinitializeSTMAtStartOfSegmentPropagation(
    VARIANT_BOOL newVal
);
[Java]
public bool getShouldReinitializeSTMAtStartOfSegmentPropagation();
public void setShouldReinitializeSTMAtStartOfSegmentPropagation(
    bool
);
[Python - STK API ]
@property
def ShouldReinitializeSTMAtStartOfSegmentPropagation(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.