GeneralPerturbationObjectType Enumeration | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum GeneralPerturbationObjectType
Public Enumeration GeneralPerturbationObjectType
public enum class GeneralPerturbationObjectType
type GeneralPerturbationObjectType
Members| 
									 
								 | Member name | Description | 
|---|
 | Unknown | 
            The orbiting body does not have a known classification.
             | 
 | Payload | 
            The orbiting body is an active or inactive payload.
             | 
 | RocketBody | 
            The orbiting body is the spent upper stage of a launch vehicle,
            an apogee kick motor, a perigee kick motor, or a payload assist module.
             | 
 | Platform | 
            The orbiting body is a platform.
             | 
 | Debris | 
            The orbiting body is debris.
             | 
See Also