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






Windows & Linux

Description

The maximum number of sequences. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxSequences() As Integer

[C#]
public int MaxSequences {get; set;}

[Managed C++]
public: __property int get_MaxSequences();
public: __property void set_MaxSequences(
int
);

[Unmanaged C++]
public: HRESULT get_MaxSequences(
long * pRetVal
);
public: HRESULT put_MaxSequences(
long NewMaxSequences
);

[Java]
public int getMaxSequences();public void setMaxSequences(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface