If this segment is propagating the state transition matrix, reset it to the identity matrix at the start of the segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShouldReinitializeSTMAtStartOfSegmentPropagation() As Boolean |
[C#] |
---|
public bool ShouldReinitializeSTMAtStartOfSegmentPropagation {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShouldReinitializeSTMAtStartOfSegmentPropagation(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShouldReinitializeSTMAtStartOfSegmentPropagation( VARIANT_BOOL * pVal ); public: HRESULT put_ShouldReinitializeSTMAtStartOfSegmentPropagation( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getShouldReinitializeSTMAtStartOfSegmentPropagation(); public void setShouldReinitializeSTMAtStartOfSegmentPropagation( bool ); |