AGI STK Objects 11Send comments on this topic.
SetPassNumberingType Method (IAgVePassBreak)
See Also 
PassNumbering
Windows






Windows & Linux

Description

The pass number corresponding to the initial conditions of the satellite.

Syntax

[Visual Basic .NET]
Public Sub SetPassNumberingType( _
   ByVal PassNumbering As AgEVePassNumbering _
) 
[C#]
public void SetPassNumberingType(
   AgEVePassNumbering PassNumbering
);
[Managed C++]
public: void SetPassNumberingType(
   AgEVePassNumbering PassNumbering
);
[Java]
public  setPassNumberingType(
   AgEVePassNumbering PassNumbering
);
[Unmanaged C++]
public: HRESULT SetPassNumberingType(
   AgEVePassNumbering PassNumbering
);

Parameters

PassNumbering
MemberValueDescription
ePassNumberingUnknown-1Represents pass numbering currently not supported by the Object Model
ePassNumberingDateOfFirstPass0Date of First Pass: override the first pass start time (normally the ephemeris start time).
ePassNumberingFirstPassNum1First Pass #: an integer to identify the number at which pass numbering begins.
ePassNumberingMaintainPassNum2Maintain Pass #: STK continues the existing pass numbering sequence when a vehicle is repropagated or the epoch changes.
ePassNumberingUsePropagatorPassData3Use Propagator Pass Data: should be used when the propagator is SGP4, which has its own definition for passes.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.