The pass number corresponding to the initial conditions of the satellite.
| [Visual Basic .NET] |
|---|
Public Sub SetPassNumberingType( _ ByVal PassNumbering As AgEVePassNumbering _ ) |
| [C#] |
|---|
public void SetPassNumberingType( |
| [Managed C++] |
|---|
public: void SetPassNumberingType( |
| [Java] |
|---|
public setPassNumberingType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetPassNumberingType( |
- PassNumbering
Member Value Description ePassNumberingUnknown -1 Represents pass numbering currently not supported by the Object Model ePassNumberingDateOfFirstPass 0 Date of First Pass: override the first pass start time (normally the ephemeris start time). ePassNumberingFirstPassNum 1 First Pass #: an integer to identify the number at which pass numbering begins. ePassNumberingMaintainPassNum 2 Maintain Pass #: STK continues the existing pass numbering sequence when a vehicle is repropagated or the epoch changes. ePassNumberingUsePropagatorPassData 3 Use Propagator Pass Data: should be used when the propagator is SGP4, which has its own definition for passes.
