What's New in AGI STK Objects 11 | What's New in AGI STK Objects 10.1 | What's New in AGI STK Objects 10 | What's New in AGI STK Objects 9.2.1 | What's New in AGI STK Objects 9.2 | What's New in AGI STK Objects 9.1 | What's New in AGI STK Objects 9 | What's New in AGI STK Objects 8.1 | What's New in AGI STK Objects 8 | What's New in AGI STK Objects 7

What's New in AGI STK Objects 11

Migrating to STK 11

We strive to stay backward compatible, however as the breadth of the STK Object Model continues growing, some features become not needed. In STK 11 release we decided to remove some methods, properties and enumerations that have been deprecated for more than one release cycle. This means that in order to compile, the code written to utilize the deprecated members, will have to be updated. Below is a list of deprecated members that have been removed along with recommendations on how to update the code:

Removed Deprecated Members Recommendation for Updating Code
IAgDrInterval.StartTime2 and IAgDrInterval.StopTime2 properties Use IAgDrInterval.StartTime2 and IAgDrInterval.StopTime.
IAgScenario.TerrainCollection Use IAgScenario.Terrain instead.
IAgScenario.TimePeriod Use IAgScenario.AnalysisInterval instead to configure the scenario interval.
IAgStkObjectCollection.Import Use IAgStkObjectCollection.ImportObject instead.
IAgVeThirdBodyGravityElement.Name Use IAgVeThirdBodyGravityElement.CentralBody instead.
IAgVeGfxSAA.FillStyle. Use IAgVeGfxSAA.Translucency instead.
IAgVeVOSAA.Translucency Use 2D Transclucency options instead.
IAgPlVO.EnableDepthCueing n/a
IAgScVO.ROAMImageCacheSize and IAgScVO.UseTerrainWithDragDrop n/a
IAgSnVO.OptimizeVisualAppearance and IAgSnVO.TimeDependency n/a
IAgStGraphics.MarkerVisible n/a
AgEAnimationModes enumerations: eAniLoop, eAniStop, eAniHighSpeed Use IAgAnimation.AnimationOptions instead.
AgEAnimationActions enumerations: eAniActionPlayStep, eAniActionPlayFaster, eAniActionPlaySlower and eAniActionStop Use OnAnimationStep, OnAnimationStepBack, OnAnimationFaster, OnAnimationSlower, OnAnimationRewind and OnAnimationPause events.
AgETerrainFileType.eMOLATerrainSTK enumeration value n/a
AgEVeGfxElevation.eElevationNone enumeration value n/a
AgEVeCoordinateSystem.eCentralBodyFixed and AgEVeCoordinateSystem.eIntertial Use AgEVeCoordinateSystem.eVeCoordinateSystemBodyFixed and AgEVeCoordinateSystem.eVeCoordinateSystemInertial instead.
AgEEphemSourceType.eEphemDE405 enumeration value Use AgEEphemSourceType.eEphemJPLDE instead.
AgESnVOTimeDependency enumeration n/a
AgECCSDSReferenceFrame.eCCSDSReferenceFrameInertial enumeration value n/a
AgETimePeriodValueType.eTimePeriodNow enumeration value n/a
IAgVOMarker.EnableRotate Use IAgVOMarker.OrientationMode instead.
IAgVeIntegratedAttitude.Filename and IAgVeIntegratedAttitude.Run Use IAgVeIntegratedAttitude.SaveToFile instead.
IAgVeAttitudeRealTime.Apply It is no longer necessary to invoke Apply to apply pending attitude changes.
IAgCvAdvanced.TimeConvergence and IAgCvAdvanced.MaxTimeStep n/a
IAgFmVO.TempInlayDir n/a
IAgMtoVOMarker.EnableRotate Use IAgMtoVOMarker.OrientationMode instead.
IAgVeThirdBodyGravityCollection.Add Use IAgVeThirdBodyGravityCollection.AddThirdBody instead.
IAgVeThirdBodyGravityCollection.AvailableThirdBodies Use IAgVeThirdBodyGravityCollection.AvailableThirdBodyNames instead.
IAgVeThirdBodyGravityCollection.RemoveByType Use IAgVeThirdBodyGravityCollection.RemoveThirdBody instead.
IAgVeHPOPSolarRadiationPressure.Cr Use IAgVeHPOPSolarRadiationPressure.SRPModel instead to access solar radiation pressure coefficient.
IAgVeHPOPSolarRadiationPressure.AreaMassRatio Use IAgVeHPOPSolarRadiationPressure.SRPModel instead to access area-to-mass ratio.
IAgVeHPOPForceModelDrag.Cd Use IAgVeHPOPForceModelDrag.DragModel instead.
IAgVeHPOPForceModelDrag.AreaMassRatio Use IAgVeHPOPForceModelDrag.DragModel instead.

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgAdditionalGainLoss Added
STK 11
AgAdditionalGainLossCollection Added
STK 11
AgAntenna Added
STK 11
AgAntennaBeam Added
STK 11
AgAntennaBeamCollection Added
STK 11
AgAntennaBeamSelectionStrategy Added
STK 11
AgAntennaBeamSelectionStrategyAggregate Added
STK 11
AgAntennaBeamSelectionStrategyMaxGain Added
STK 11
AgAntennaBeamSelectionStrategyMinBoresightAngle Added
STK 11
AgAntennaBeamSelectionStrategyScriptPlugin Added
STK 11
AgAntennaBeamTransmit Added
STK 11
AgAntennaModel Added
STK 11
AgAntennaModelApertureCircularBessel Added
STK 11
AgAntennaModelApertureCircularBesselEnvelope Added
STK 11
AgAntennaModelApertureCircularCosine Added
STK 11
AgAntennaModelApertureCircularCosinePedestal Added
STK 11
AgAntennaModelApertureCircularCosineSquared Added
STK 11
AgAntennaModelApertureCircularCosineSquaredPedestal Added
STK 11
AgAntennaModelApertureCircularSincIntPower Added
STK 11
AgAntennaModelApertureCircularSincRealPower Added
STK 11
AgAntennaModelApertureCircularUniform Added
STK 11
AgAntennaModelApertureRectangularCosine Added
STK 11
AgAntennaModelApertureRectangularCosinePedestal Added
STK 11
AgAntennaModelApertureRectangularCosineSquared Added
STK 11
AgAntennaModelApertureRectangularCosineSquaredPedestal Added
STK 11
AgAntennaModelApertureRectangularSincIntPower Added
STK 11
AgAntennaModelApertureRectangularSincRealPower Added
STK 11
AgAntennaModelApertureRectangularUniform Added
STK 11
AgAntennaModelCosecantSquared Added
STK 11
AgAntennaModelDipole Added
STK 11
AgAntennaModelElevationAzimuthCuts Added
STK 11
AgAntennaModelExternal Added
STK 11
AgAntennaModelGaussian Added
STK 11
AgAntennaModelGimroc Added
STK 11
AgAntennaModelGpsFrpa Added
STK 11
AgAntennaModelGpsGlobal Added
STK 11
AgAntennaModelHelix Added
STK 11
AgAntennaModelHemispherical Added
STK 11
AgAntennaModelIeee1979 Added
STK 11
AgAntennaModelIntelSat Added
STK 11
AgAntennaModelIsotropic Added
STK 11
AgAntennaModelItuBO1213CoPolar Added
STK 11
AgAntennaModelItuBO1213CrossPolar Added
STK 11
AgAntennaModelItuF1245 Added
STK 11
AgAntennaModelItuS1528R12Circular Added
STK 11
AgAntennaModelItuS1528R12Rectangular Added
STK 11
AgAntennaModelItuS1528R13 Added
STK 11
AgAntennaModelItuS465 Added
STK 11
AgAntennaModelItuS580 Added
STK 11
AgAntennaModelItuS672Circular Added
STK 11
AgAntennaModelItuS672Rectangular Added
STK 11
AgAntennaModelItuS731 Added
STK 11
AgAntennaModelOpticalGaussian Added
STK 11
AgAntennaModelOpticalSimple Added
STK 11
AgAntennaModelParabolic Added
STK 11
AgAntennaModelPencilBeam Added
STK 11
AgAntennaModelPhasedArray Added
STK 11
AgAntennaModelRectangularPattern Added
STK 11
AgAntennaModelScriptPlugin Added
STK 11
AgAntennaModelSquareHorn Added
STK 11
AgAntennaNoiseTemperature Added
STK 11
AgAntennaSystem Added
STK 11
AgAtmosphere Added
STK 11
AgAtmosphericAbsorptionModel Added
STK 11
AgAtmosphericAbsorptionModelITURP676_3 Added
STK 11
AgAtmosphericAbsorptionModelITURP676_5 Added
STK 11
AgAtmosphericAbsorptionModelITURP676_9 Added
STK 11
AgAtmosphericAbsorptionModelScriptPlugin Added
STK 11
AgAtmosphericAbsorptionModelSimpleSatcom Added
STK 11
AgAtmosphericAbsorptionModelTirem320 Added
STK 11
AgAtmosphericAbsorptionModelTirem331 Added
STK 11
AgBeamformer Added
STK 11
AgBeamformerAsciiFile Added
STK 11
AgBeamformerMvdr Added
STK 11
AgBeamformerScript Added
STK 11
AgBeerBouguerLambertLawLayer Added
STK 11
AgBeerBouguerLambertLawLayerCollection Added
STK 11
AgCloudsAndFogLossModel Added
STK 11
AgCommSystem Added
STK 11
AgCommSystemAccessEventDetection Added
STK 11
AgCommSystemAccessEventDetectionSamplesOnly Added
STK 11
AgCommSystemAccessEventDetectionSubsample Added
STK 11
AgCommSystemAccessOptions Added
STK 11
AgCommSystemAccessSamplingMethod Added
STK 11
AgCommSystemAccessSamplingMethodAdaptive Added
STK 11
AgCommSystemAccessSamplingMethodFixed Added
STK 11
AgCommSystemLinkSelectionCriteria Added
STK 11
AgCommSystemLinkSelectionCriteriaMaximumElevation Added
STK 11
AgCommSystemLinkSelectionCriteriaMinimumRange Added
STK 11
AgCommSystemLinkSelectionCriteriaScriptPlugin Added
STK 11
AgCRComplex Added
STK 11
AgCRComplexCollection Added
STK 11
AgCRPluginConfiguration Added
STK 11
AgCustomPropagationModel Added
STK 11
AgDemodulatorModel Added
STK 11
AgDemodulatorModel16psk Added
STK 11
AgDemodulatorModel8psk Added
STK 11
AgDemodulatorModelBoc Added
STK 11
AgDemodulatorModelBpsk Added
STK 11
AgDemodulatorModelDpsk Added
STK 11
AgDemodulatorModelExternal Added
STK 11
AgDemodulatorModelExternalSource Added
STK 11
AgDemodulatorModelFsk Added
STK 11
AgDemodulatorModelMsk Added
STK 11
AgDemodulatorModelNarrowbandUniform Added
STK 11
AgDemodulatorModelNfsk Added
STK 11
AgDemodulatorModelOqpsk Added
STK 11
AgDemodulatorModelPulsedSignal Added
STK 11
AgDemodulatorModelQam1024 Added
STK 11
AgDemodulatorModelQam128 Added
STK 11
AgDemodulatorModelQam16 Added
STK 11
AgDemodulatorModelQam256 Added
STK 11
AgDemodulatorModelQam32 Added
STK 11
AgDemodulatorModelQam64 Added
STK 11
AgDemodulatorModelQpsk Added
STK 11
AgDemodulatorModelScriptPlugin Added
STK 11
AgDemodulatorModelWidebandGaussian Added
STK 11
AgDemodulatorModelWidebandUniform Added
STK 11
AgDirectionProvider Added
STK 11
AgDirectionProviderAsciiFile Added
STK 11
AgDirectionProviderLink Added
STK 11
AgDirectionProviderObject Added
STK 11
AgDirectionProviderScript Added
STK 11
AgEAntennaContourType Added
STK 11
AgEAntennaControlRefType Added
STK 11
AgEAntennaModelInputType Added
STK 11
AgEAntennaModelType Added
STK 11
AgEAtmosphericAbsorptionModelType Added
STK 11
AgEBeamformerType Added
STK 11
AgEBeamSelectionStrategyType Added
STK 11
AgEBuildHeightReferenceMethod Added
STK 11
AgEBuildHeightUnit Added
STK 11
AgECircularApertureInputType Added
STK 11
AgECommSystemAccessEventDetectionType Added
STK 11
AgECommSystemAccessSamplingMethodType Added
STK 11
AgECommSystemConstrainingRole Added
STK 11
AgECommSystemLinkSelectionCriteriaType Added
STK 11
AgECommSystemReferenceBandwidth Added
STK 11
AgECommSystemSaveMode Added
STK 11
AgEComponent Moved from STK Util to STK Objects
STK 11
AgEDemodulatorModelType Added
STK 11
AgEDirectionProviderType Added
STK 11
AgEElementConfigurationType Added
STK 11
AgELaserPropagationLossModelType Added
STK 11
AgELatticeType Added
STK 11
AgElement Added
STK 11
AgElementCollection Added
STK 11
AgElementConfiguration Added
STK 11
AgElementConfigurationAsciiFile Added
STK 11
AgElementConfigurationCircular Added
STK 11
AgElementConfigurationHexagon Added
STK 11
AgElementConfigurationLinear Added
STK 11
AgElementConfigurationPolygon Added
STK 11
AgELinkMarginType Added
STK 11
AgEModulatorModelType Added
STK 11
AgENoiseTempComputeType Added
STK 11
AgEPolarizationReferenceAxis Added
STK 11
AgEPolarizationType Added
STK 11
AgEProjectionHorizontalDatumType Added
STK 11
AgERadarClutterGeometryModelType Added
STK 11
AgERadarClutterMapModelType Added
STK 11
AgERadarContinuousWaveAnalysisModeType Added
STK 11
AgERadarFrequencySpec Added
STK 11
AgERadarModelType Added
STK 11
AgERadarModeType Added
STK 11
AgERadarPDetType Added
STK 11
AgERadarPulseIntegrationType Added
STK 11
AgERadarPulseIntegratorType Added
STK 11
AgERadarSarPcrMode Added
STK 11
AgERadarSarPRFMode Added
STK 11
AgERadarSarPulseIntegrationAnalysisModeType Added
STK 11
AgERadarSarRangeResolutionMode Added
STK 11
AgERadarSearchTrackPRFMode Added
STK 11
AgERadarSearchTrackPulseWidthMode Added
STK 11
AgERadarSNRContourType Added
STK 11
AgERadarSwerlingCase Added
STK 11
AgERadarWaveformSearchTrackType Added
STK 11
AgERainLossModelType Added
STK 11
AgERCSComputeStrategy Added
STK 11
AgEReceiverModelType Added
STK 11
AgERectangularApertureInputType Added
STK 11
AgEReTransmitterOpMode Added
STK 11
AgERFFilterModelType Added
STK 11
AgESnEOIRBandDynamicRangeMode Added
STK 11
AgESnEOIRBandImageQuality Added
STK 11
AgESnEOIRBandSaturationMode Added
STK 11
AgESnEOIRBandWavelengthType Added
STK 11
AgESnEOIRProcessingLevels Added
STK 11
AgESnVOTimeDependency Removed
STK 11
AgESnVOVisualAppearance Removed
STK 11
AgESpEnvMagFieldLineMode Removed
STK 11
AgEThirdBodyGravity Removed
STK 11
AgETransferFunctionType Added
STK 11
AgETransmitterModelType Added
STK 11
AgEUrbanTerrestrialLossModelType Added
STK 11
AgEVeSlewMode Added
STK 11
AgEVeSlewTimingBetweenTargets Added
STK 11
AgEVmDataExportFormatType Added
STK 11
AgEVmDefinitionType Added
STK 11
AgEVmDisplayQualityType Added
STK 11
AgEVmLegendNumericNotation Added
STK 11
AgEVmLevelOrder Added
STK 11
AgEVmSaveComputedDataType Added
STK 11
AgEVmSpatialCalcEvalType Added
STK 11
AgEVmVolumeGridExportType Added
STK 11
AgLaserPropagationLossModel Added
STK 11
AgLaserPropagationLossModelBeerBouguerLambertLaw Added
STK 11
AgLinkMargin Added
STK 11
AgModulatorModel Added
STK 11
AgModulatorModel16psk Added
STK 11
AgModulatorModel8psk Added
STK 11
AgModulatorModelBoc Added
STK 11
AgModulatorModelBpsk Added
STK 11
AgModulatorModelDpsk Added
STK 11
AgModulatorModelExternal Added
STK 11
AgModulatorModelExternalSource Added
STK 11
AgModulatorModelFsk Added
STK 11
AgModulatorModelMsk Added
STK 11
AgModulatorModelNarrowbandUniform Added
STK 11
AgModulatorModelNfsk Added
STK 11
AgModulatorModelOqpsk Added
STK 11
AgModulatorModelPulsedSignal Added
STK 11
AgModulatorModelQam1024 Added
STK 11
AgModulatorModelQam128 Added
STK 11
AgModulatorModelQam16 Added
STK 11
AgModulatorModelQam256 Added
STK 11
AgModulatorModelQam32 Added
STK 11
AgModulatorModelQam64 Added
STK 11
AgModulatorModelQpsk Added
STK 11
AgModulatorModelScriptPluginCustomPsd Added
STK 11
AgModulatorModelScriptPluginIdealPsd Added
STK 11
AgModulatorModelWidebandGaussian Added
STK 11
AgModulatorModelWidebandUniform Added
STK 11
AgPolarization Added
STK 11
AgPolarizationElliptical Added
STK 11
AgPolarizationHorizontal Added
STK 11
AgPolarizationLHC Added
STK 11
AgPolarizationLinear Added
STK 11
AgPolarizationRHC Added
STK 11
AgPolarizationVertical Added
STK 11
AgPropagationChannel Added
STK 11
AgRadar Added
STK 11
AgRadarClutterGeometry Added
STK 11
AgRadarClutterGeometryModel Added
STK 11
AgRadarClutterGeometryModelPlugin Added
STK 11
AgRadarClutterGeometryModelSinglePoint Added
STK 11
AgRadarClutterGeometryModelSmoothOblateEarth Added
STK 11
AgRadarClutterMap Added
STK 11
AgRadarClutterMapInheritable Added
STK 11
AgRadarClutterMapModel Added
STK 11
AgRadarClutterMapModelConstantCoefficient Added
STK 11
AgRadarClutterMapModelPlugin Added
STK 11
AgRadarClutterMapModelRae Added
STK 11
AgRadarContinuousWaveAnalysisModeFixedTime Added
STK 11
AgRadarContinuousWaveAnalysisModeGoalSNR Added
STK 11
AgRadarCrossSection Added
STK 11
AgRadarCrossSectionComputeStrategy Added
STK 11
AgRadarCrossSectionComputeStrategyConstantValue Added
STK 11
AgRadarCrossSectionComputeStrategyExternalFile Added
STK 11
AgRadarCrossSectionComputeStrategyPlugin Added
STK 11
AgRadarCrossSectionComputeStrategyScriptPlugin Added
STK 11
AgRadarCrossSectionFrequencyBand Added
STK 11
AgRadarCrossSectionFrequencyBandCollection Added
STK 11
AgRadarCrossSectionInheritable Added
STK 11
AgRadarCrossSectionModel Added
STK 11
AgRadarDopplerClutterFilters Added
STK 11
AgRadarJamming Added
STK 11
AgRadarModeBistaticReceiver Added
STK 11
AgRadarModeBistaticReceiverSar Added
STK 11
AgRadarModeBistaticReceiverSearchTrack Added
STK 11
AgRadarModeBistaticTransmitter Added
STK 11
AgRadarModeBistaticTransmitterSar Added
STK 11
AgRadarModeBistaticTransmitterSearchTrack Added
STK 11
AgRadarModel Added
STK 11
AgRadarModelBistaticReceiver Added
STK 11
AgRadarModelBistaticTransmitter Added
STK 11
AgRadarModelMonostatic Added
STK 11
AgRadarModeMonostatic Added
STK 11
AgRadarModeMonostaticRae Added
STK 11
AgRadarModeMonostaticSar Added
STK 11
AgRadarModeMonostaticSearchTrack Added
STK 11
AgRadarModulator Added
STK 11
AgRadarProbabilityOfDetection Added
STK 11
AgRadarProbabilityOfDetectionCFAR Added
STK 11
AgRadarPulseIntegrationFixedNumberOfPulses Added
STK 11
AgRadarPulseIntegrationGoalSNR Added
STK 11
AgRadarRaeWaveform Added
STK 11
AgRadarRaeWaveformCollection Added
STK 11
AgRadarReceiver Added
STK 11
AgRadarTransmitter Added
STK 11
AgRadarWaveformBistaticReceiverSearchTrackContinuous Added
STK 11
AgRadarWaveformBistaticReceiverSearchTrackFixedPRF Added
STK 11
AgRadarWaveformBistaticTransmitterSearchTrackContinuous Added
STK 11
AgRadarWaveformBistaticTransmitterSearchTrackFixedPRF Added
STK 11
AgRadarWaveformMonostaticSearchTrackContinuous Added
STK 11
AgRadarWaveformMonostaticSearchTrackFixedPRF Added
STK 11
AgRadarWaveformSarPulseDefinition Added
STK 11
AgRadarWaveformSarPulseIntegration Added
STK 11
AgRadarWaveformSearchTrackPulseDefinition Added
STK 11
AgRainLossModel Added
STK 11
AgRainLossModelCCIR1983 Added
STK 11
AgRainLossModelCrane1982 Added
STK 11
AgRainLossModelCrane1985 Added
STK 11
AgRainLossModelITURP618_10 Added
STK 11
AgRainLossModelITURP618_5 Added
STK 11
AgRainLossModelITURP618_8 Added
STK 11
AgRainLossModelITURP618_9 Added
STK 11
AgRainLossModelScriptPlugin Added
STK 11
AgReceivePolarizationElliptical Added
STK 11
AgReceivePolarizationHorizontal Added
STK 11
AgReceivePolarizationLHC Added
STK 11
AgReceivePolarizationLinear Added
STK 11
AgReceivePolarizationRHC Added
STK 11
AgReceivePolarizationVertical Added
STK 11
AgReceiver Added
STK 11
AgReceiverModel Added
STK 11
AgReceiverModelCable Added
STK 11
AgReceiverModelComplex Added
STK 11
AgReceiverModelLaser Added
STK 11
AgReceiverModelMedium Added
STK 11
AgReceiverModelMultibeam Added
STK 11
AgReceiverModelScriptPluginLaser Added
STK 11
AgReceiverModelScriptPluginRF Added
STK 11
AgReceiverModelSimple Added
STK 11
AgReTransmitterModelComplex Added
STK 11
AgReTransmitterModelMedium Added
STK 11
AgReTransmitterModelSimple Added
STK 11
AgRFEnvironment Added
STK 11
AgRFFilterModel Added
STK 11
AgRFFilterModelBessel Added
STK 11
AgRFFilterModelButterworth Added
STK 11
AgRFFilterModelChebyshev Added
STK 11
AgRFFilterModelCosineWindow Added
STK 11
AgRFFilterModelElliptic Added
STK 11
AgRFFilterModelExternal Added
STK 11
AgRFFilterModelFir Added
STK 11
AgRFFilterModelFirBoxCar Added
STK 11
AgRFFilterModelGaussianWindow Added
STK 11
AgRFFilterModelHammingWindow Added
STK 11
AgRFFilterModelIir Added
STK 11
AgRFFilterModelRaisedCosine Added
STK 11
AgRFFilterModelRcLowPass Added
STK 11
AgRFFilterModelRectangular Added
STK 11
AgRFFilterModelRootRaisedCosine Added
STK 11
AgRFFilterModelScriptPlugin Added
STK 11
AgRFFilterModelSinc Added
STK 11
AgRFFilterModelSincEnvSinc Added
STK 11
AgSnEOIRPattern Added
STK 11
AgStkPreferences Added
STK 11
AgSystemNoiseTemperature Added
STK 11
AgTransferFunctionInputBackOffCOverImTable Added
STK 11
AgTransferFunctionInputBackOffCOverImTableRow Added
STK 11
AgTransferFunctionInputBackOffOutputBackOffTable Added
STK 11
AgTransferFunctionInputBackOffOutputBackOffTableRow Added
STK 11
AgTransferFunctionPolynomialCollection Added
STK 11
AgTransmitter Added
STK 11
AgTransmitterModel Added
STK 11
AgTransmitterModelCable Added
STK 11
AgTransmitterModelComplex Added
STK 11
AgTransmitterModelLaser Added
STK 11
AgTransmitterModelMedium Added
STK 11
AgTransmitterModelMultibeam Added
STK 11
AgTransmitterModelScriptPluginLaser Added
STK 11
AgTransmitterModelScriptPluginRF Added
STK 11
AgTransmitterModelSimple Added
STK 11
AgTroposphericScintillationLossModel Added
STK 11
AgUrbanTerrestrialLossModel Added
STK 11
AgUrbanTerrestrialLossModelTwoRay Added
STK 11
AgUrbanTerrestrialLossModelWirelessInSiteRT Added
STK 11
AgVeAttSlewConstrained Added
STK 11
AgVeAttSlewFixedRate Added
STK 11
AgVeAttSlewFixedTime Added
STK 11
AgVeEphemerisCCSDSv2ExportTool Added
STK 11
AgVeGfxAttributesTimeComponents Added
STK 11
AgVeGfxTimeComponentsEventCollectionElement Added
STK 11
AgVeGfxTimeComponentsEventElement Added
STK 11
AgVePropagatorAviator Added
STK 11
AgVeVOEllipsoid Added
STK 11
AgVmAdvanced Added
STK 11
AgVmAnalysisInterval Added
STK 11
AgVmExportTool Added
STK 11
AgVmExternalFile Added
STK 11
AgVmGridSpatialCalculation Added
STK 11
AgVmVO Added
STK 11
AgVmVOActiveGridPoints Added
STK 11
AgVmVOCrossSection Added
STK 11
AgVmVOCrossSectionPlane Added
STK 11
AgVmVOCrossSectionPlaneCollection Added
STK 11
AgVmVOGrid Added
STK 11
AgVmVOLegend Added
STK 11
AgVmVOSpatialCalculationLevel Added
STK 11
AgVmVOSpatialCalculationLevelCollection Added
STK 11
AgVmVOSpatialCalculationLevels Added
STK 11
AgVmVOVolume Added
STK 11
AgVolumetric Added
STK 11
AgWirelessInSiteRTGeometryData Added
STK 11
IAgAdditionalGainLoss Added
STK 11
IAgAdditionalGainLossCollection Added
STK 11
IAgAntenna Added
STK 11
IAgAntennaBeam Added
STK 11
IAgAntennaBeamCollection Added
STK 11
IAgAntennaBeamSelectionStrategy Added
STK 11
IAgAntennaBeamSelectionStrategyScriptPlugin Added
STK 11
IAgAntennaBeamTransmit Added
STK 11
IAgAntennaContour Added
STK 11
IAgAntennaContourEirp Added
STK 11
IAgAntennaContourFluxDensity Added
STK 11
IAgAntennaContourGain Added
STK 11
IAgAntennaContourGraphics Added
STK 11
IAgAntennaContourLevel Added
STK 11
IAgAntennaContourLevelCollection Added
STK 11
IAgAntennaContourRip Added
STK 11
IAgAntennaContourSpectralFluxDensity Added
STK 11
IAgAntennaControl Added
STK 11
IAgAntennaGraphics Added
STK 11
IAgAntennaModel Added
STK 11
IAgAntennaModelApertureCircularBessel Added
STK 11
IAgAntennaModelApertureCircularBesselEnvelope Added
STK 11
IAgAntennaModelApertureCircularCosine Added
STK 11
IAgAntennaModelApertureCircularCosinePedestal Added
STK 11
IAgAntennaModelApertureCircularCosineSquared Added
STK 11
IAgAntennaModelApertureCircularCosineSquaredPedestal Added
STK 11
IAgAntennaModelApertureCircularSincIntPower Added
STK 11
IAgAntennaModelApertureCircularSincRealPower Added
STK 11
IAgAntennaModelApertureCircularUniform Added
STK 11
IAgAntennaModelApertureRectangularCosine Added
STK 11
IAgAntennaModelApertureRectangularCosinePedestal Added
STK 11
IAgAntennaModelApertureRectangularCosineSquared Added
STK 11
IAgAntennaModelApertureRectangularCosineSquaredPedestal Added
STK 11
IAgAntennaModelApertureRectangularSincIntPower Added
STK 11
IAgAntennaModelApertureRectangularSincRealPower Added
STK 11
IAgAntennaModelApertureRectangularUniform Added
STK 11
IAgAntennaModelCosecantSquared Added
STK 11
IAgAntennaModelDipole Added
STK 11
IAgAntennaModelElevationAzimuthCuts Added
STK 11
IAgAntennaModelExternal Added
STK 11
IAgAntennaModelGaussian Added
STK 11
IAgAntennaModelGimroc Added
STK 11
IAgAntennaModelGpsFrpa Added
STK 11
IAgAntennaModelGpsGlobal Added
STK 11
IAgAntennaModelHelix Added
STK 11
IAgAntennaModelHemispherical Added
STK 11
IAgAntennaModelIeee1979 Added
STK 11
IAgAntennaModelIntelSat Added
STK 11
IAgAntennaModelIsotropic Added
STK 11
IAgAntennaModelItuBO1213CoPolar Added
STK 11
IAgAntennaModelItuBO1213CrossPolar Added
STK 11
IAgAntennaModelItuF1245 Added
STK 11
IAgAntennaModelItuS1528R12Circular Added
STK 11
IAgAntennaModelItuS1528R12Rectangular Added
STK 11
IAgAntennaModelItuS1528R13 Added
STK 11
IAgAntennaModelItuS465 Added
STK 11
IAgAntennaModelItuS580 Added
STK 11
IAgAntennaModelItuS672Circular Added
STK 11
IAgAntennaModelItuS672Rectangular Added
STK 11
IAgAntennaModelItuS731 Added
STK 11
IAgAntennaModelOpticalSimple Added
STK 11
IAgAntennaModelParabolic Added
STK 11
IAgAntennaModelPencilBeam Added
STK 11
IAgAntennaModelPhasedArray Added
STK 11
IAgAntennaModelRectangularPattern Added
STK 11
IAgAntennaModelScriptPlugin Added
STK 11
IAgAntennaModelSquareHorn Added
STK 11
IAgAntennaNoiseTemperature Added
STK 11
IAgAntennaSystem Added
STK 11
IAgAntennaVO Added
STK 11
IAgAntennaVolumeGraphics Added
STK 11
IAgAtmosphere Added
STK 11
IAgAtmosphericAbsorptionModel Added
STK 11
IAgAtmosphericAbsorptionModelITURP676 Added
STK 11
IAgAtmosphericAbsorptionModelScriptPlugin Added
STK 11
IAgAtmosphericAbsorptionModelSimpleSatcom Added
STK 11
IAgAtmosphericAbsorptionModelTirem Added
STK 11
IAgBeamformer Added
STK 11
IAgBeamformerAsciiFile Added
STK 11
IAgBeamformerMvdr Added
STK 11
IAgBeamformerScript Added
STK 11
IAgBeerBouguerLambertLawLayer Added
STK 11
IAgBeerBouguerLambertLawLayerCollection Added
STK 11
IAgCloneable Added
STK 11
IAgCloudsAndFogLossModel Added
STK 11
IAgCommSystem Added
STK 11
IAgCommSystemAccessEventDetection Added
STK 11
IAgCommSystemAccessEventDetectionSubsample Added
STK 11
IAgCommSystemAccessOptions Added
STK 11
IAgCommSystemAccessSamplingMethod Added
STK 11
IAgCommSystemAccessSamplingMethodAdaptive Added
STK 11
IAgCommSystemAccessSamplingMethodFixed Added
STK 11
IAgCommSystemGraphics Added
STK 11
IAgCommSystemLinkSelectionCriteria Added
STK 11
IAgCommSystemLinkSelectionCriteriaScriptPlugin Added
STK 11
IAgCommSystemVO Added
STK 11
IAgComponentDirectory Moved from STK Util to STK Objects
STK 11
IAgComponentInfo Moved from STK Util to STK Objects
STK 11
IAgComponentInfoCollection Moved from STK Util to STK Objects
STK 11
IAgCRComplex Added
STK 11
IAgCRComplexCollection Added
STK 11
IAgCRPluginConfiguration Added
STK 11
IAgCustomPropagationModel Added
STK 11
IAgDemodulatorModel Added
STK 11
IAgDemodulatorModelExternal Added
STK 11
IAgDemodulatorModelScriptPlugin Added
STK 11
IAgDirectionProvider Added
STK 11
IAgDirectionProviderAsciiFile Added
STK 11
IAgDirectionProviderLink Added
STK 11
IAgDirectionProviderObject Added
STK 11
IAgDirectionProviderScript Added
STK 11
IAgDisplayTimesTimeComponent Added
STK 11
IAgElement Added
STK 11
IAgElementCollection Added
STK 11
IAgElementConfiguration Added
STK 11
IAgElementConfigurationAsciiFile Added
STK 11
IAgElementConfigurationCircular Added
STK 11
IAgElementConfigurationLinear Added
STK 11
IAgElementConfigurationPolygon Added
STK 11
IAgKeyValueCollection Added
STK 11
IAgLaserPropagationLossModel Added
STK 11
IAgLaserPropagationLossModelBeerBouguerLambertLaw Added
STK 11
IAgLinkMargin Added
STK 11
IAgModulatorModel Added
STK 11
IAgModulatorModelBoc Added
STK 11
IAgModulatorModelExternal Added
STK 11
IAgModulatorModelPulsedSignal Added
STK 11
IAgModulatorModelScriptPlugin Added
STK 11
IAgMtoVOModelArtic Added
STK 11
IAgPolarization Added
STK 11
IAgPolarizationCrossPolLeakage Added
STK 11
IAgPolarizationElliptical Added
STK 11
IAgPolarizationHorizontal Added
STK 11
IAgPolarizationLinear Added
STK 11
IAgPolarizationVertical Added
STK 11
IAgPropagationChannel Added
STK 11
IAgRadar Added
STK 11
IAgRadarAccessGraphics Added
STK 11
IAgRadarClutterGeometry Added
STK 11
IAgRadarClutterGeometryModel Added
STK 11
IAgRadarClutterGeometryModelPlugin Added
STK 11
IAgRadarClutterMap Added
STK 11
IAgRadarClutterMapInheritable Added
STK 11
IAgRadarClutterMapModel Added
STK 11
IAgRadarClutterMapModelConstantCoefficient Added
STK 11
IAgRadarClutterMapModelPlugin Added
STK 11
IAgRadarClutterMapModelRae Added
STK 11
IAgRadarContinuousWaveAnalysisMode Added
STK 11
IAgRadarContinuousWaveAnalysisModeFixedTime Added
STK 11
IAgRadarContinuousWaveAnalysisModeGoalSNR Added
STK 11
IAgRadarCrossSection Added
STK 11
IAgRadarCrossSectionComputeStrategy Added
STK 11
IAgRadarCrossSectionComputeStrategyConstantValue Added
STK 11
IAgRadarCrossSectionComputeStrategyExternalFile Added
STK 11
IAgRadarCrossSectionComputeStrategyPlugin Added
STK 11
IAgRadarCrossSectionComputeStrategyScriptPlugin Added
STK 11
IAgRadarCrossSectionFrequencyBand Added
STK 11
IAgRadarCrossSectionFrequencyBandCollection Added
STK 11
IAgRadarCrossSectionInheritable Added
STK 11
IAgRadarCrossSectionModel Added
STK 11
IAgRadarDopplerClutterFilters Added
STK 11
IAgRadarGraphics Added
STK 11
IAgRadarJamming Added
STK 11
IAgRadarModeBistaticReceiver Added
STK 11
IAgRadarModeBistaticReceiverSar Added
STK 11
IAgRadarModeBistaticReceiverSearchTrack Added
STK 11
IAgRadarModeBistaticTransmitter Added
STK 11
IAgRadarModeBistaticTransmitterSar Added
STK 11
IAgRadarModeBistaticTransmitterSearchTrack Added
STK 11
IAgRadarModel Added
STK 11
IAgRadarModelBistaticReceiver Added
STK 11
IAgRadarModelBistaticTransmitter Added
STK 11
IAgRadarModelMonostatic Added
STK 11
IAgRadarModeMonostatic Added
STK 11
IAgRadarModeMonostaticRae Added
STK 11
IAgRadarModeMonostaticSar Added
STK 11
IAgRadarModeMonostaticSearchTrack Added
STK 11
IAgRadarModulator Added
STK 11
IAgRadarMultipathGraphics Added
STK 11
IAgRadarProbabilityOfDetection Added
STK 11
IAgRadarProbabilityOfDetectionCFAR Added
STK 11
IAgRadarPulseIntegration Added
STK 11
IAgRadarPulseIntegrationFixedNumberOfPulses Added
STK 11
IAgRadarPulseIntegrationGoalSNR Added
STK 11
IAgRadarRaeWaveform Added
STK 11
IAgRadarRaeWaveformCollection Added
STK 11
IAgRadarReceiver Added
STK 11
IAgRadarTransmitter Added
STK 11
IAgRadarVO Added
STK 11
IAgRadarWaveformBistaticReceiverSearchTrackContinuous Added
STK 11
IAgRadarWaveformBistaticReceiverSearchTrackFixedPRF Added
STK 11
IAgRadarWaveformBistaticTransmitterSearchTrackContinuous Added
STK 11
IAgRadarWaveformBistaticTransmitterSearchTrackFixedPRF Added
STK 11
IAgRadarWaveformMonostaticSearchTrackContinuous Added
STK 11
IAgRadarWaveformMonostaticSearchTrackFixedPRF Added
STK 11
IAgRadarWaveformSarPulseDefinition Added
STK 11
IAgRadarWaveformSarPulseIntegration Added
STK 11
IAgRadarWaveformSearchTrack Added
STK 11
IAgRadarWaveformSearchTrackPulseDefinition Added
STK 11
IAgRainLossModel Added
STK 11
IAgRainLossModelCCIR1983 Added
STK 11
IAgRainLossModelCrane1982 Added
STK 11
IAgRainLossModelCrane1985 Added
STK 11
IAgRainLossModelITURP618_10 Added
STK 11
IAgRainLossModelITURP618_5 Added
STK 11
IAgRainLossModelITURP618_8 Added
STK 11
IAgRainLossModelITURP618_9 Added
STK 11
IAgRainLossModelScriptPlugin Added
STK 11
IAgReceiver Added
STK 11
IAgReceiverGraphics Added
STK 11
IAgReceiverModel Added
STK 11
IAgReceiverModelCable Added
STK 11
IAgReceiverModelComplex Added
STK 11
IAgReceiverModelLaser Added
STK 11
IAgReceiverModelMedium Added
STK 11
IAgReceiverModelMultibeam Added
STK 11
IAgReceiverModelScriptPlugin Added
STK 11
IAgReceiverModelSimple Added
STK 11
IAgReceiverVO Added
STK 11
IAgReTransmitterModel Added
STK 11
IAgReTransmitterModelComplex Added
STK 11
IAgReTransmitterModelMedium Added
STK 11
IAgReTransmitterModelSimple Added
STK 11
IAgRFEnvironment Added
STK 11
IAgRFFilterModel Added
STK 11
IAgRFFilterModelBessel Added
STK 11
IAgRFFilterModelButterworth Added
STK 11
IAgRFFilterModelChebyshev Added
STK 11
IAgRFFilterModelCosineWindow Added
STK 11
IAgRFFilterModelElliptic Added
STK 11
IAgRFFilterModelExternal Added
STK 11
IAgRFFilterModelFir Added
STK 11
IAgRFFilterModelFirBoxCar Added
STK 11
IAgRFFilterModelGaussianWindow Added
STK 11
IAgRFFilterModelHammingWindow Added
STK 11
IAgRFFilterModelIir Added
STK 11
IAgRFFilterModelRaisedCosine Added
STK 11
IAgRFFilterModelRcLowPass Added
STK 11
IAgRFFilterModelRootRaisedCosine Added
STK 11
IAgRFFilterModelScriptPlugin Added
STK 11
IAgRFFilterModelSinc Added
STK 11
IAgRFFilterModelSincEnvSinc Added
STK 11
IAgSnEOIRBand Added
STK 11
IAgSnEOIRBandCollection Added
STK 11
IAgSnEOIRPattern Added
STK 11
IAgSnEOIRRadiometricPair Added
STK 11
IAgSnEOIRSaturationCollection Added
STK 11
IAgSnEOIRSensitivityCollection Added
STK 11
IAgStkPreferences Added
STK 11
IAgStkPreferencesConnect Added
STK 11
IAgStkPreferencesVDF Added
STK 11
IAgSystemNoiseTemperature Added
STK 11
IAgTransferFunctionInputBackOffCOverImTable Added
STK 11
IAgTransferFunctionInputBackOffCOverImTableRow Added
STK 11
IAgTransferFunctionInputBackOffOutputBackOffTable Added
STK 11
IAgTransferFunctionInputBackOffOutputBackOffTableRow Added
STK 11
IAgTransferFunctionPolynomialCollection Added
STK 11
IAgTransmitter Added
STK 11
IAgTransmitterGraphics Added
STK 11
IAgTransmitterModel Added
STK 11
IAgTransmitterModelCable Added
STK 11
IAgTransmitterModelComplex Added
STK 11
IAgTransmitterModelLaser Added
STK 11
IAgTransmitterModelMedium Added
STK 11
IAgTransmitterModelMultibeam Added
STK 11
IAgTransmitterModelScriptPlugin Added
STK 11
IAgTransmitterModelSimple Added
STK 11
IAgTransmitterVO Added
STK 11
IAgTroposphericScintillationLossModel Added
STK 11
IAgUrbanTerrestrialLossModel Added
STK 11
IAgUrbanTerrestrialLossModelTwoRay Added
STK 11
IAgUrbanTerrestrialLossModelWirelessInSiteRT Added
STK 11
IAgVeAttMaximumSlewAcceleration Added
STK 11
IAgVeAttMaximumSlewRate Added
STK 11
IAgVeAttSlewBase Added
STK 11
IAgVeAttSlewConstrained Added
STK 11
IAgVeAttSlewFixedRate Added
STK 11
IAgVeAttSlewFixedTime Added
STK 11
IAgVeAttTargetSlew Added
STK 11
IAgVeEphemerisCCSDSv2ExportTool Added
STK 11
IAgVeGfxAttributesDisplayState Added
STK 11
IAgVeGfxAttributesTimeComponents Added
STK 11
IAgVeGfxTimeComponentsCollection Added
STK 11
IAgVeGfxTimeComponentsElement Added
STK 11
IAgVeGfxTimeComponentsEventCollectionElement Added
STK 11
IAgVeGfxTimeComponentsEventElement Added
STK 11
IAgVePropagatorAviator Added
STK 11
IAgVeSGP4SpaceTrackLoad Deprecated
STK 11
IAgVeVOEllipsoid Added
STK 11
IAgVmAdvanced Added
STK 11
IAgVmAnalysisInterval Added
STK 11
IAgVmExportTool Added
STK 11
IAgVmExternalFile Added
STK 11
IAgVmGridDefinition Added
STK 11
IAgVmGridSpatialCalculation Added
STK 11
IAgVmVO Added
STK 11
IAgVmVOActiveGridPoints Added
STK 11
IAgVmVOCrossSection Added
STK 11
IAgVmVOCrossSectionPlane Added
STK 11
IAgVmVOCrossSectionPlaneCollection Added
STK 11
IAgVmVOGrid Added
STK 11
IAgVmVOLegend Added
STK 11
IAgVmVOSpatialCalculationLevel Added
STK 11
IAgVmVOSpatialCalculationLevelCollection Added
STK 11
IAgVmVOSpatialCalculationLevels Added
STK 11
IAgVmVOVolume Added
STK 11
IAgVolumetric Added
STK 11
IAgWirelessInSiteRTGeometryData Added
STK 11

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessConstraints Added enum eCstrCableTransDelay
Added enum eCstrTropoScintillLoss
Added enum eCstrAtmosLoss
Added enum eCstrProcessDelay
Added enum eCstrFreeSpaceLoss
Added enum eCstrUserCustomCLoss
Added enum eCstrRdrXmtTgtAccess
Added enum eCstrPropLoss
Added enum eCstrRainLoss
Added enum eCstrUserCustomBLoss
Added enum eCstrCloudsFogLoss
Added enum eCstrUserCustomALoss
Removed enum eCstrAtmosAbsorpLoss
Removed enum eCstrRfEnvironmentCustomCLoss
Removed enum eCstrTropoScintillationLoss
Removed enum eCstrRfFreeSpaceLoss
Removed enum eCstrRainAbsorpLoss
Removed enum eCstrRfEnvironmentCustomBLoss
Removed enum eCstrRfEnvironmentCustomALoss
Removed enum eCstrRfPropagationLoss
Removed enum eCstrCloudFogAbsorpLoss
Deprecated enum eCstrTimeSlipRange
Deprecated enum eCstrSurfaceObstruction Use 'Line of Sight' constraint. Surface Obstruction. Use interface IAgAccessConstraint
STK 11
AgEAnimationActions Removed enum eAniActionPlayStep
Removed enum eAniActionPlaySlower
Removed enum eAniActionStop
Removed enum eAniActionPlayFaster
STK 11
AgEAnimationModes Removed enum eAniHighSpeed
Removed enum eAniLoop
Removed enum eAniStop
STK 11
AgECCSDSReferenceFrame Removed enum eCCSDSReferenceFrameInertial
STK 11
AgEDisplayTimesType Added enum eUseTimeComponent
STK 11
AgEEphemSourceType Removed enum eEphemDE405
STK 11
AgEFmConstraintName Added enum eFmThirdBodyObs.
Deprecated enum eFmThirdBodyObstruction. Use eFmThirdBodyObs. Third Body Obstruction constraint.
Deprecated enum eFmTimeSlipRange
STK 11
AgELoadMethodType Deprecated enum eSpaceTrackLoad. Space Track load: Loads the latest TLE sets from Space Track. You must be connected to the internet and must log into Space Track to utilize this source.
STK 11
AgESnPattern Added enum eSnEOIR
STK 11
AgEStkExternalEphemerisFormat Added enum eStkExternalEphemerisFormatCCSDSv2
STK 11
AgESTKObjectType Added enum eVolumetric
STK 11
AgETerrainFileType Removed enum eMOLATerrainSTK
STK 11
AgETimePeriodValueType Removed enum eTimePeriodNow
STK 11
AgEVeCoordinateSystem Removed enum eInertial
Removed enum eCentralBodyFixed
STK 11
AgEVeGfxAttributes Added enum eAttributesTimeComponents
STK 11
AgEVeGfxElevation Removed enum eElevationNone
STK 11
AgEVePropagatorType Added enum ePropagatorAviator
Removed enum ePropagatorMissionModeler
STK 11
IAgAccessCnstrIntervals Added property FilePath
STK 11
IAgAccessConstraint Changed property IsPlugin
Deprecated property IsPlugin It is now read-only.
STK 11
IAgAircraft Added property RadarCrossSection
Added property RadarClutterMap
Added property Atmosphere
STK 11
IAgATGraphics Added property IsObjectGraphicsVisible
STK 11
IAgChGraphics Added property IsObjectGraphicsVisible
STK 11
IAgChUserSpecifiedTimePeriod Deprecated property Start. Use the TimeInterval property to configure the time interval. Start Time: beginning of the user-specified time period for the chain. Uses DateFormat Dimension.
Deprecated property Stop. Use the TimeInterval property to configure the time interval. Stop Time: end of the user-specified time period for the chain. Uses DateFormat Dimension.
STK 11
IAgCvAdvanced Removed property TimeConvergence
Removed property MaxTimeStep
STK 11
IAgCvGraphics Added property IsObjectGraphicsVisible
STK 11
IAgCvGridPointSelection Added property Item
Added property Count
STK 11
IAgCvInterval Deprecated property Start. Use AnalysisInterval instead. Beginning of the coverage interval. Uses DateFormat Dimension.
Deprecated property Stop. Use AnalysisInterval instead. End of the coverage interval. Uses DateFormat Dimension.
STK 11
IAgDrInterval Removed property StartTime2
Removed property StopTime2
STK 11
IAgFacility Added property Atmosphere
Added property RadarClutterMap
Added property RadarCrossSection
STK 11
IAgFaGraphics Added property IsObjectGraphicsVisible
STK 11
IAgFmDefAccessConstraint Deprecated property ConstraintName. Deprecated due to the fact that the constraint list is dynamically created. Use Constraint property.
STK 11
IAgFmDefScalarCalculation Added property ShouldUpdateAccesses
STK 11
IAgFmGraphics Added property IsObjectGraphicsVisible
Added property IsVisible
Deprecated property IsVisible. Use IsObjectGraphicsVisible instead.
STK 11
IAgFmNAMethodElevationAngle Added property FilePath
STK 11
IAgFmVO Removed property TempInlayDir
STK 11
IAgGreatArcGraphics Added property IsObjectGraphicsVisible
STK 11
IAgGroundVehicle Added property RadarCrossSection
Added property RadarClutterMap
Added property Atmosphere
STK 11
IAgLaunchVehicle Added property RadarCrossSection
Added property Atmosphere
Added property RadarClutterMap
STK 11
IAgLtGraphics Added property IsObjectGraphicsVisible
STK 11
IAgLvGraphics Added property IsObjectGraphicsVisible
STK 11
IAgMissile Added property RadarCrossSection
Added property Atmosphere
Added property RadarClutterMap
STK 11
IAgMsGraphics Added property IsObjectGraphicsVisible
STK 11
IAgMtoGfxLine Added property Translucency
STK 11
IAgMtoGraphics Added property IsObjectGraphicsVisible
STK 11
IAgMtoVOMarker Removed property EnableRotate
STK 11
IAgMtoVOModel Added property Articulation
Added property FilePath
STK 11
IAgOrbitStateCoordinateSystem Deprecated property Epoch. Use CoordinateSystemEpoch to access the coordinate system epoch. The coordinate epoch. Disabled for coordinate systems with pre-established epochs (e.g. J2000, B1950).
STK 11
IAgOrbitStateDelaunay Deprecated property iMeanAnomaly. . Use MeanAnomaly. Delaunay Variable i - Mean Anomaly. Uses Angle Dimension.
Deprecated property gArgOfPerigee. Use ArgOfPeriapsis. Delaunay Variable g - Argument of Perigee. Uses Angle Dimension.
Deprecated property hRAAN. Use RAAN. Delaunay Variable h - Right Ascension of Ascending Node. Uses Angle Dimension.
STK 11
IAgPlace Added property Atmosphere
Added property RadarClutterMap
Added property RadarCrossSection
STK 11
IAgPlaceGraphics Added property IsObjectGraphicsVisible
STK 11
IAgPlGraphics Added property IsObjectGraphicsVisible
STK 11
IAgPlPosFile Added property FilePath
STK 11
IAgPlVO Removed property EnableDepthCueing
STK 11
IAgSaExportTools Added method GetEphemerisCCSDSv2ExportTool
STK 11
IAgSaGraphics Added property IsObjectGraphicsVisible
STK 11
IAgSatellite Added property RadarCrossSection
Added property RadarClutterMap
STK 11
IAgScenario Added property RadarCrossSection
Added property RFEnvironment
Added property RadarClutterMap
Added method GetAccessBetweenObjectsByPath
Added method GetExistingAccesses
Removed property TerrainCollection
Removed property TimePeriod
STK 11
IAgScVO Added method ShowObjects
Added method ShowObject
Added method HideObject
Added method HideObjects
Removed property ROAMImageCacheSize
Removed property UseTerrainWithDragDrop
STK 11
IAgShip Added property RadarCrossSection
Added property RadarClutterMap
Added property Atmosphere
STK 11
IAgSnCommonTasks Added method SetPatternEOIR
STK 11
IAgSnGraphics Added property IsObjectGraphicsVisible
Deprecated property FillStyle. The fill style for the sensor. A member of the AgEGraphicsFillStyle enumeration.
STK 11
IAgSnProjection Added property DisplayTimesHidesPersistance
STK 11
IAgSnVO Removed property OptimizeVisualAppearance
Removed property TimeDependency
STK 11
IAgSpEnvMagFieldGfx Removed property FieldLineMode
STK 11
IAgStGraphics Added property IsObjectGraphicsVisible
Removed property MarkerVisible
STK 11
IAgStkCentralBody Added property GravitationalParameter
STK 11
IAgStkCentralBodyEllipsoid Added method ComputeSurfaceDistance
STK 11
IAgStkObject Added property CentralBodyName
Added property Metadata
STK 11
IAgStkObjectCollection Removed method Import
STK 11
IAgStkObjectRoot Added property StkPreferences
Added method Load
Added method SaveVDFAs
Added method Save
Added method SaveAs
STK 11
IAgStkObjectRootEvents Changed method OnScenarioLoad
Changed method OnAnimationPause
Changed method OnAnimationPlayback
Changed method OnLogMessage
Changed method OnStkObjectDeleted
Changed method OnStkObjectRenamed
Changed method OnAnimationStep
Changed method OnAnimUpdate
Changed method OnAnimationStepBack
Changed method OnScenarioNew
Changed method OnStkObjectAdded
Changed method OnScenarioSave
STK 11
IAgTarget Added property Atmosphere
Added property RadarClutterMap
Added property RadarCrossSection
STK 11
IAgTargetGraphics Added property IsObjectGraphicsVisible
STK 11
IAgVeAttExternal Added property FilePath
STK 11
IAgVeAttitudeRealTime Removed method Apply
STK 11
IAgVeAttPointing Added property TargetSlew
Deprecated property MatchAngularVelocity. Use TargetSlew. Opt whether to take account of the angular velocity (slope) at the beginning and end of the slew.
Deprecated property SlewTime. Use TargetSlew. The time span required for the vehicle to move from its basic attitude to its target pointing attitude, and to change from the target pointing attitude back to the basic attitude. Uses Time Dimension.
STK 11
IAgVeGfxSAA Removed property FillStyle
STK 11
IAgVeGfxTimeEventTypeLine Deprecated property StartTime. Use EventInterval instead. Start time of the event. Uses DateFormat Dimension.
Deprecated property StopTime. Use EventInterval instead. Stop time of the event. Uses DateFormat Dimension.
STK 11
IAgVeGfxTimeEventTypeMarker Deprecated property StartTime. Use EventInterval instead. Start time of the event. Uses DateFormat Dimension.
Deprecated property StopTime. Use EventInterval instead. Stop time of the event. Uses DateFormat Dimension.
STK 11
IAgVeGfxTimeEventTypeText Deprecated property StartTime. Use EventInterval instead. Start time of the event. Uses DateFormat Dimension.
Deprecated property StopTime. Use EventInterval instead. Stop time of the event. Uses DateFormat Dimension.
STK 11
IAgVeHPOPCentralBodyGravity Added method SetMaximumDegreeAndOrder
Deprecated property UseSolidTides. Use SolidTideType instead.
STK 11
IAgVeHPOPForceModelDrag Removed property Cd
Removed property AreaMassRatio
STK 11
IAgVeHPOPSolarRadiationPressure Removed property Cr
Removed property AreaMassRatio
STK 11
IAgVeInitialState Deprecated property Epoch. Use the OrbitEpoch property to configure orbit state epoch. Epoch. Uses DateFormat Dimension.
STK 11
IAgVeIntegratedAttitude Removed property Filename
Removed method Run
STK 11
IAgVeJxInitialState Deprecated property Epoch. Use the OrbitEpoch property to configure orbit state epoch. Epoch. Uses DateFormat Dimension.
STK 11
IAgVeLvInitialState Deprecated property Epoch. Use the TrajectoryEpoch property. Epoch. Uses DateFormat Dimension.
STK 11
IAgVePassNumberingDateOfFirstPass Deprecated property Date. Use PassDataEpoch instead. The start time of the first pass. Uses DateFormat Dimension.
STK 11
IAgVeProfilePrecessingSpin Deprecated property Epoch. Use SmartEpoch instead. Epoch of the attitude profile. Uses DateFormat Dimension.
STK 11
IAgVeProfileSpinAboutXXX Deprecated property Epoch. Use SmartEpoch instead. Epoch of the Offset. Uses DateFormat Dimension.
STK 11
IAgVeProfileSpinAligned Deprecated property Epoch. Use SmartEpoch instead. Epoch of the offset. Uses DateFormat Dimension.
STK 11
IAgVeProfileSpinning Deprecated property Epoch. Use SmartEpoch instead. Epoch of the offset. Uses DateFormat Dimension.
STK 11
IAgVePropagator11Param Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorBallistic Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorGPS Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorGreatArc Added property DefaultRate
Added property DefaultAltitude
Added property DefaultTurnRadius
Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorHPOP Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
STK 11
IAgVePropagatorJ2Perturbation Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorJ4Perturbation Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFomat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorLOP Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
STK 11
IAgVePropagatorSGP4 Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorSGP4CommonTasks Deprecated method AddSegsFromSpaceTrack - This method is deprecated. Searches the Space Track for TLEs matching the specified SSC number and adds them to the collection.
STK 11
IAgVePropagatorSimpleAscent Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVePropagatorSPICE Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
STK 11
IAgVePropagatorStkExternal Deprecated property EphemStart. Use EphemerisStartEpoch instead. If overriding the times contained in the external file, specify the time of the first ephemeris point. Uses DateFormat Dimension.
STK 11
IAgVePropagatorTwoBody Deprecated property StartTime. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 11
IAgVeThirdBodyGravityCollection Removed property AvailableThirdBodies
Removed method Add
Removed method RemoveByType
STK 11
IAgVeThirdBodyGravityElement Removed property Name
STK 11
IAgVeVOControlBox Added property YOffset
Added property XAxisLength
Added property XOffset
Added property ReferenceFrame
Added property ZAxisLength
Added property YAxisLength
Added property ZOffset
Deprecated property CrossTrack. Use YAxisLength instead.
Deprecated property Tangential. Use XAxisLength instead.
Deprecated property Normal. Use ZAxisLength instead.
Deprecated property CrossTrackOffset. Use YOffset instead.
Deprecated property TangentialOffset. Use XOffset instead.
Deprecated property NormalOffset. Use ZOffset instead.
STK 11
IAgVeVOOrbitProximity Added property Ellipsoid
STK 11
IAgVeVOPass Removed property EnableDepthCueing
STK 11
IAgVeVORouteProximity Added property Ellipsoid
STK 11
IAgVeVOSAA Removed property Translucency
STK 11
IAgVeVOSystemsElementBase Added property PersistForAllPasses
STK 11
IAgVeVOTrajectoryProximity Added property Ellipsoid
STK 11
IAgVODataDisplayElement Added property UseBackgroundBorder
Added property IsShowNameEnabled
Added property BackgroundBorderColor
Added property BackgroundTranslucency
Added property BackgroundTextureFilename
Added property UseAutoSizeHeight
Added property UseBackgroundTexture
Added property UseAutoSizeWidth
Added property TitleText
STK 11
IAgVOMarker Removed property EnableRotate
STK 11
IAgVOMarkerFile Added property FilePath
STK 11
IAgVOModelArtic Added property UseObjectColorForModel
STK 11
IAgVOModelFile Added property FilePath
STK 11
IAgVOVaporTrail Deprecated property StartTime. Use DisplayInterval instead. The time when the vapor trail will start displaying in the 3D window. Uses DateFormat Dimension.
Deprecated property EndTime. Use DisplayInterval instead. The time when the vapor trail will stop displaying in the 3D window. Uses DateFormat Dimension.
STK 11

What's New in AGI STK Objects 10.1

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
IAgVeSGP4SpaceTrackLoad Deprecated
STK 10.1
AgEVeSlewMode Added
STK 10.1
AgEVeSlewTimingBetweenTargets Added
STK 10.1
AgStkPreferences Added
STK 10.1
AgVeAttSlewConstrained Added
STK 10.1
AgVeAttSlewFixedRate Added
STK 10.1
AgVeAttSlewFixedTime Added
STK 10.1
AgVeVOEllipsoid Added
STK 10.1
IAgDisplayTimesTimeComponent Added
STK 10.1
IAgMtoVOModelArtic Added
STK 10.1
IAgStkPreferences Added
STK 10.1
IAgStkPreferencesVDF Added
STK 10.1
IAgVeAttMaximumSlewAcceleration Added
STK 10.1
IAgVeAttMaximumSlewRate Added
STK 10.1
IAgVeAttSlewBase Added
STK 10.1
IAgVeAttSlewConstrained Added
STK 10.1
IAgVeAttSlewFixedRate Added
STK 10.1
IAgVeAttSlewFixedTime Added
STK 10.1
IAgVeAttTargetSlew Added
STK 10.1
IAgVeGfxAttributesDisplayState Added
STK 10.1
IAgVeGfxAttributesTimeComponents Added
STK 10.1
IAgVeGfxTimeComponentsCollection Added
STK 10.1
IAgVeGfxTimeComponentsElement Added
STK 10.1
IAgVeGfxTimeComponentsEventCollectionElement Added
STK 10.1
IAgVeGfxTimeComponentsEventElement Added
STK 10.1
IAgVeSGP4SpaceTrackLoad Deprecated
STK 10.1
IAgVeVOEllipsoid Added
STK 10.1

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessConstraints Added enum eCstrCableTransDelay
Added enum eCstrTropoScintillLoss
Added enum eCstrAtmosLoss
Added enum eCstrProcessDelay
Added enum eCstrFreeSpaceLoss
Added enum eCstrUserCustomCLoss
Added enum eCstrPropLoss
Added enum eCstrRainLoss
Added enum eCstrUserCustomBLoss
Added enum eCstrCloudsFogLoss
Added enum eCstrUserCustomALoss
Removed enum eCstrAtmosAbsorpLoss
Removed enum eCstrRfEnvironmentCustomCLoss
Removed enum eCstrTropoScintillationLoss
Removed enum eCstrRfFreeSpaceLoss
Removed enum eCstrRainAbsorpLoss
Removed enum eCstrRfEnvironmentCustomBLoss
Removed enum eCstrRfEnvironmentCustomALoss
Removed enum eCstrRfPropagationLoss
Removed enum eCstrCloudFogAbsorpLoss
Deprecated enum eCstrSurfaceObstruction - This enumeration is deprecated. Use 'Line of Sight' constraint. Surface Obstruction. Use interface IAgAccessConstraint.
STK 10.1
AgEDisplayTimesType Added enum eUseTimeComponent
STK 10.1
AgEFmConstraintName Added enum eFmThirdBodyObs
Deprecated enum eFmThirdBodyObstruction - This enumeration is deprecated. Use eFmThirdBodyObs. Third Body Obstruction constraint.
STK 10.1
AgELoadMethodType Deprecated enum eSpaceTrackLoad - This enumeration is deprecated. Space Track load: Loads the latest TLE sets from Space Track. You must be connected to the internet and must log into Space Track to utilize this source.
STK 10.1
AgEVeGfxAttributes Added enum eAttributesTimeComponents
STK 10.1
IAgAccessCnstrIntervals Added property FilePath
STK 10.1
IAgATGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgChGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgCvGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgCvGridPointSelection Added property Item
Added property Count
STK 10.1
IAgFaGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgFmDefScalarCalculation Added property ShouldUpdateAccesses
STK 10.1
IAgFmGraphics Added property IsObjectGraphicsVisible
Added property IsVisible
Deprecated property IsVisible - This property is deprecated. Use IsObjectGraphicsVisible instead.
STK 10.1
IAgFmNAMethodElevationAngle Added property FilePath
STK 10.1
IAgGreatArcGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgLtGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgLvGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgMsGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgMtoGfxLine Added property Translucency
STK 10.1
IAgMtoGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgMtoVOModel Added property Articulation
Added property FilePath
STK 10.1
IAgOrbitStateCoordinateSystem Deprecated property Epoch - This property is deprecated. Use CoordinateSystemEpoch to access the coordinate system epoch. The coordinate epoch. Disabled for coordinate systems with pre-established epochs (e.g. J2000, B1950).
STK 10.1
IAgOrbitStateDelaunay Deprecated property iMeanAnomaly - This property is deprecated. Use MeanAnomaly. Delaunay Variable i - Mean Anomaly. Uses Angle Dimension.
Deprecated property gArgOfPerigee - This property is deprecated. Use ArgOfPeriapsis. Delaunay Variable g - Argument of Perigee. Uses Angle Dimension.
Deprecated property hRAAN - This property is deprecated. Use RAAN. Delaunay Variable h - Right Ascension of Ascending Node. Uses Angle Dimension.
STK 10.1
IAgPlaceGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgPlGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgPlPosFile Added property FilePath
STK 10.1
IAgSaGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgScenario Added method GetAccessBetweenObjectsByPath
Added method GetExistingAccesses
STK 10.1
IAgSnGraphics Added property IsObjectGraphicsVisible
Deprecated property FillStyle - This property is deprecated. The fill style for the sensor. A member of the AgEGraphicsFillStyle enumeration.
STK 10.1
IAgSnProjection Added property DisplayTimesHidesPersistance
STK 10.1
IAgStGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgStkCentralBody Added property GravitationalParameter
STK 10.1
IAgStkCentralBodyEllipsoid Added method ComputeSurfaceDistance
STK 10.1
IAgStkObject Added property CentralBodyName
STK 10.1
IAgStkObjectRoot Added property StkPreferences
Added method Load
Added method SaveVDFAs
Added method Save
Added method SaveAs
STK 10.1
IAgTargetGraphics Added property IsObjectGraphicsVisible
STK 10.1
IAgVeAttExternal Added property FilePath
STK 10.1
IAgVeAttPointing Added property TargetSlew
Deprecated property MatchAngularVelocity - This property is deprecated. Use TargetSlew. Opt whether to take account of the angular velocity (slope) at the beginning and end of the slew.
Deprecated property SlewTime - This property is deprecated. Use TargetSlew. The time span required for the vehicle to move from its basic attitude to its target pointing attitude, and to change from the target pointing attitude back to the basic attitude. Uses Time Dimension.
STK 10.1
IAgVeHPOPCentralBodyGravity Added method SetMaximumDegreeAndOrder
Deprecated property UseSolidTides - This property is deprecated. Use SolidTideType instead.
STK 10.1
IAgVePropagator11Param Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10.1
IAgVePropagatorGreatArc Added property DefaultRate
Added property DefaultAltitude
Added property DefaultTurnRadius
STK 10.1
IAgVePropagatorSGP4CommonTasks Deprecated method AddSegsFromSpaceTrack - This method is deprecated. Searches the Space Track for TLEs matching the specified SSC number and adds them to the collection.
STK 10.1
IAgVeVOControlBox Added property YOffset
Added property XAxisLength
Added property XOffset
Added property ReferenceFrame
Added property ZAxisLength
Added property YAxisLength
Added property ZOffset
Deprecated property CrossTrack - This property is deprecated. Use YAxisLength instead.
Deprecated property Tangential - This property is deprecated. Use XAxisLength instead.
Deprecated property Normal - This property is deprecated. Use ZAxisLength instead.
Deprecated property CrossTrackOffset - This property is deprecated. Use YOffset instead.
Deprecated property TangentialOffset - This property is deprecated. Use XOffset instead.
Deprecated property NormalOffset - This property is deprecated. Use ZOffset instead.
STK 10.1
IAgVeVOOrbitProximity Added property Ellipsoid
STK 10.1
IAgVeVORouteProximity Added property Ellipsoid
STK 10.1
IAgVeVOTrajectoryProximity Added property Ellipsoid
STK 10.1
IAgVODataDisplayElement Added property UseBackgroundBorder
Added property IsShowNameEnabled
Added property BackgroundBorderColor
Added property BackgroundTranslucency
Added property BackgroundTextureFilename
Added property UseAutoSizeHeight
Added property UseBackgroundTexture
Added property UseAutoSizeWidth
Added property TitleText
STK 10.1
IAgVOMarkerFile Added property FilePath
STK 10.1
IAgVOModelFile Added property FilePath
STK 10.1

What's New in AGI STK Objects 10

Migrating to STK 10

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgClassicalLocationArgumentOfLatitude Moved from AGI.STKUtil
STK 10
AgClassicalLocationEccentricAnomaly Moved from AGI.STKUtil
STK 10
AgClassicalLocationMeanAnomaly Moved from AGI.STKUtil
STK 10
AgClassicalLocationTimePastAN Moved from AGI.STKUtil
STK 10
AgClassicalLocationTimePastPerigee Moved from AGI.STKUtil
STK 10
AgClassicalLocationTrueAnomaly Moved from AGI.STKUtil
STK 10
AgClassicalSizeShapeAltitude Moved from AGI.STKUtil
STK 10
AgClassicalSizeShapeMeanMotion Moved from AGI.STKUtil
STK 10
AgClassicalSizeShapePeriod Moved from AGI.STKUtil
STK 10
AgClassicalSizeShapeRadius Moved from AGI.STKUtil
STK 10
AgClassicalSizeShapeSemimajorAxis Moved from AGI.STKUtil
STK 10
AgCvBoundsLatLonRegion Added
STK 10
AgDelaunayG Moved from AGI.STKUtil
STK 10
AgDelaunayGOverSQRTmu Moved from AGI.STKUtil
STK 10
AgDelaunayH Moved from AGI.STKUtil
STK 10
AgDelaunayHOverSQRTmu Moved from AGI.STKUtil
STK 10
AgDelaunayL Moved from AGI.STKUtil
STK 10
AgDelaunayLOverSQRTmu Moved from AGI.STKUtil
STK 10
AgECCSDSTimeSystem Added
STK 10
AgEClassicalLocation Moved from AGI.STKUtil
STK 10
AgEClassicalSizeShape Moved from AGI.STKUtil
STK 10
AgECv3dDrawAtAltMode Added
STK 10
AgECvPointAltitudeMethod Added
STK 10
AgEDelaunayGType Moved from AGI.STKUtil
STK 10
AgEDelaunayHType Moved from AGI.STKUtil
STK 10
AgEDelaunayLType Moved from AGI.STKUtil
STK 10
AgEDistanceOnSphere Added
STK 10
AgEDragModel Added
STK 10
AgEEquinoctialFormulation Moved from AGI.STKUtil
STK 10
AgEEquinoctialSizeShape Moved from AGI.STKUtil
STK 10
AgEFmInvalidValueActionType Added
STK 10
AgEGeodeticSize Moved from AGI.STKUtil
STK 10
AgEMixedSphericalFPA Moved from AGI.STKUtil
STK 10
AgENotificationFilterMask Added
STK 10
AgEOrientationAscNode Moved from AGI.STKUtil
STK 10
AgEquinoctialSizeShapeMeanMotion Moved from AGI.STKUtil
STK 10
AgEquinoctialSizeShapeSemimajorAxis Moved from AGI.STKUtil
STK 10
AgESphericalFPA Moved from AGI.STKUtil
STK 10
AgESwathComputationalMethod Added
STK 10
AgFmDefAgeOfData Added
STK 10
AgFmDefScalarCalculation Added
STK 10
AgFmDefSystemResponseTime Added
STK 10
AgGeodeticSizeAltitude Moved from AGI.STKUtil
STK 10
AgGeodeticSizeRadius Moved from AGI.STKUtil
STK 10
AgImmutableIntervalCollection Added
STK 10
AgMixedSphericalFPAHorizontal Moved from AGI.STKUtil
STK 10
AgMixedSphericalFPAVertical Moved from AGI.STKUtil
STK 10
AgOrbitStateCartesian Moved from AGI.STKUtil
STK 10
AgOrbitStateClassical Moved from AGI.STKUtil
STK 10
AgOrbitStateDelaunay Moved from AGI.STKUtil
STK 10
AgOrbitStateEquinoctial Moved from AGI.STKUtil
STK 10
AgOrbitStateGeodetic Moved from AGI.STKUtil
STK 10
AgOrbitStateMixedSpherical Moved from AGI.STKUtil
STK 10
AgOrbitStateSpherical Moved from AGI.STKUtil
STK 10
AgOrientationAscNodeLAN Moved from AGI.STKUtil
STK 10
AgOrientationAscNodeRAAN Moved from AGI.STKUtil
STK 10
AgPlace Added
STK 10
AgSphericalFPAHorizontal Moved from AGI.STKUtil
STK 10
AgSphericalFPAVertical Moved from AGI.STKUtil
STK 10
AgSRPModelPlugin Added
STK 10
AgSRPModelPluginSettings Added
STK 10
AgVeEphemerisStkBinaryExportTool Added
STK 10
AgVeHPOPDragModelPlugin Added
STK 10
AgVeHPOPDragModelPluginSettings Added
STK 10
AgVeHPOPDragModelSpherical Added
STK 10
AgVePropagator11Param Added
STK 10
AgVePropagatorSP3 Added
STK 10
IAgAccessTimeEventIntervals Added
STK 10
IAgAccessTimePeriod Added
STK 10
IAgClassicalLocation Moved from AGI.STKUtil
STK 10
IAgClassicalLocationArgumentOfLatitude Moved from AGI.STKUtil
STK 10
IAgClassicalLocationEccentricAnomaly Moved from AGI.STKUtil
STK 10
IAgClassicalLocationMeanAnomaly Moved from AGI.STKUtil
STK 10
IAgClassicalLocationTimePastAN Moved from AGI.STKUtil
STK 10
IAgClassicalLocationTimePastPerigee Moved from AGI.STKUtil
STK 10
IAgClassicalLocationTrueAnomaly Moved from AGI.STKUtil
STK 10
IAgClassicalOrientation Moved from AGI.STKUtil
STK 10
IAgClassicalSizeShape Moved from AGI.STKUtil
STK 10
IAgClassicalSizeShapeAltitude Moved from AGI.STKUtil
STK 10
IAgClassicalSizeShapeMeanMotion Moved from AGI.STKUtil
STK 10
IAgClassicalSizeShapePeriod Moved from AGI.STKUtil
STK 10
IAgClassicalSizeShapeRadius Moved from AGI.STKUtil
STK 10
IAgClassicalSizeShapeSemimajorAxis Moved from AGI.STKUtil
STK 10
IAgCvBoundsLatLonRegion Added
STK 10
IAgDelaunayActionVariable Moved from AGI.STKUtil
STK 10
IAgDelaunayG Moved from AGI.STKUtil
STK 10
IAgDelaunayGOverSQRTmu Moved from AGI.STKUtil
STK 10
IAgDelaunayH Moved from AGI.STKUtil
STK 10
IAgDelaunayHOverSQRTmu Moved from AGI.STKUtil
STK 10
IAgDelaunayL Moved from AGI.STKUtil
STK 10
IAgDelaunayLOverSQRTmu Moved from AGI.STKUtil
STK 10
IAgEquinoctialSizeShapeMeanMotion Moved from AGI.STKUtil
STK 10
IAgEquinoctialSizeShapeSemimajorAxis Moved from AGI.STKUtil
STK 10
IAgFlightPathAngle Moved from AGI.STKUtil
STK 10
IAgFmDefAgeOfData Added
STK 10
IAgFmDefScalarCalculation Added
STK 10
IAgFmDefSystemResponseTime Added
STK 10
IAgGeodeticSize Moved from AGI.STKUtil
STK 10
IAgGeodeticSizeAltitude Moved from AGI.STKUtil
STK 10
IAgGeodeticSizeRadius Moved from AGI.STKUtil
STK 10
IAgImmutableIntervalCollection Added
STK 10
IAgMixedSphericalFPAHorizontal Moved from AGI.STKUtil
STK 10
IAgMixedSphericalFPAVertical Moved from AGI.STKUtil
STK 10
IAgOrbitStateCartesian Moved from AGI.STKUtil
STK 10
IAgOrbitStateClassical Moved from AGI.STKUtil
STK 10
IAgOrbitStateCoordinateSystem Moved from AGI.STKUtil
STK 10
IAgOrbitStateDelaunay Moved from AGI.STKUtil
STK 10
IAgOrbitStateEquinoctial Moved from AGI.STKUtil
STK 10
IAgOrbitStateGeodetic Moved from AGI.STKUtil
STK 10
IAgOrbitStateMixedSpherical Moved from AGI.STKUtil
STK 10
IAgOrbitStateSpherical Moved from AGI.STKUtil
STK 10
IAgOrientationAscNode Moved from AGI.STKUtil
STK 10
IAgOrientationAscNodeLAN Moved from AGI.STKUtil
STK 10
IAgOrientationAscNodeRAAN Moved from AGI.STKUtil
STK 10
IAgPlace Added
STK 10
IAgPlaceGraphics Added
STK 10
IAgPlaceVO Added
STK 10
IAgSphericalFPAHorizontal Moved from AGI.STKUtil
STK 10
IAgSphericalFPAVertical Moved from AGI.STKUtil
STK 10
IAgSRPModelPlugin Added
STK 10
IAgSRPModelPluginSettings Added
STK 10
IAgVeEphemerisStkBinaryExportTool Added
STK 10
IAgVeGfxLeadDataFraction Deprecated
STK 10
IAgVeGfxLeadDataTime Deprecated
STK 10
IAgVeGfxTrailDataFraction Deprecated
STK 10
IAgVeGfxTrailDataTime Deprecated
STK 10
IAgVeHPOPDragModel Added
STK 10
IAgVeHPOPDragModelPlugin Added
STK 10
IAgVeHPOPDragModelPluginSettings Added
STK 10
IAgVeHPOPDragModelSpherical Added
STK 10
IAgVeLeadTrailDataFraction Added
STK 10
IAgVeLeadTrailDataTime Added
STK 10
IAgVeProfileSpinAligned Added property SmartEpoch
Deprecated property Epoch. Use SmartEpoch instead. Epoch of the offset. Uses DateFormat Dimension.
Deprecated
STK 10
IAgVePropagator11Param Added
STK 10
IAgVePropagator11ParamDescriptor Added
STK 10
IAgVePropagator11ParamDescriptorCollection Added
STK 10
IAgVePropagatorSP3 Added
STK 10
IAgVePropagatorSP3File Added
STK 10
IAgVePropagatorSP3FileCollection Added
STK 10
IAgVeVODataFraction Deprecated
STK 10
IAgVeVODataTime Deprecated
STK 10

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessConstraints Added enum eCstrSarJOverS
Added enum eCstrDeltaTOverT
Added enum eCstrCOverI
Added enum eCstrCOverNo
Added enum eCstrSrchTrkIntegratedJOverS
Added enum eCstrSurfaceObstruction
Added enum eCstrAtmosAbsorpLoss
Added enum eCstrSrchTrkOrthoPolSinglePulseSNRJamming
Added enum eCstrRfEnvironmentCustomCLoss
Added enum eCstrCOverN
Added enum eCstrSrchTrkSinglePulsePDetJamming
Added enum eCstrSrchTrkIntegrationTimeJamming
Added enum eCstrTropoScintillationLoss
Added enum eCstrSarOrthoPolCNRJamming
Added enum eCstrSrchTrkOrthoPolIntegratedSNR
Added enum eCstrSrchTrkOrthoPolIntegratedPDetJamming
Added enum eCstrSrchTrkOrthoPolIntegrationTime
Added enum eCstrJOverS
Added enum eCstrLinkEIRP
Added enum eCstrSrchTrkOrthoPolIntegratedSNRJamming
Added enum eCstrRfFreeSpaceLoss
Added enum eCstrSrchTrkOrthoPolIntegratedPulsesJamming
Added enum eCstrSrchTrkIntegratedSNRJamming
Added enum eCstrPowerFluxDensity
Added enum eCstrFOVCbObstructionCrossOut
Added enum eCstrBERPlusI
Added enum eCstrSarOrthoPolCNR
Added enum eCstrCommPlugin
Added enum eCstrFOVCbObstructionCrossIn
Added enum eCstrSarSNRJamming
Added enum eCstrSarOrthoPolSNR
Added enum eCstrGOverT
Added enum eCstrTotalRcvdRfPower
Added enum eCstrDopplerShift
Added enum eCstrPolRelAngle
Added enum eCstrCOverNPlusI
Added enum eCstrRcvdIsotropicPower
Added enum eCstrTimeSlipSurfaceRange
Added enum eCstrCOverNoPlusIo
Added enum eCstrRainAbsorpLoss
Added enum eCstrSarOrthoPolSCR
Added enum eCstrSrchTrkOrthoPolIntegratedPulses
Added enum eCstrSarSCRJamming
Added enum eCstrSrchTrkIntegratedPulsesJamming
Added enum eCstrSensorRangeMask
Added enum eCstrSarCNRJamming
Added enum eCstrLinkMargin
Added enum eCstrCrdnCondition
Added enum eCstrFOVCbCenter
Added enum eCstrTotalPwrAtRcvrInput
Added enum eCstrSrchTrkSinglePulseSNRJamming
Added enum eCstrSrchTrkOrthoPolIntegrationTimeJamming
Added enum eCstrPowerAtReceiverInput
Added enum eCstrSrchTrkIntegratedPDetJamming
Added enum eCstrFOVCbHorizonRefine
Added enum eCstrSrchTrkOrthoPolDwellTimeJamming
Added enum eCstrRfEnvironmentCustomBLoss
Added enum eCstrFrequency
Added enum eCstrSrchTrkOrthoPolIntegratedPDet
Added enum eCstrBitErrorRate
Added enum eCstrSrchTrkSinglePulseJOverS
Added enum eCstrNoiseTemperature
Added enum eCstrEbOverNoPlusIo
Added enum eCstrSrchTrkDwellTimeJamming
Added enum eCstrRfEnvironmentCustomALoss
Added enum eCstrSrchTrkOrthoPolDwellTime
Added enum eCstrRfPropagationLoss
Added enum eCstrCloudFogAbsorpLoss
Added enum eCstrSrchTrkOrthoPolIntegratedJOverS
Added enum eCstrSarOrthoPolSNRJamming
Added enum eCstrSarOrthoPolSCRJamming
Added enum eCstrSrchTrkOrthoPolSinglePulsePDetJamming
Added enum eCstrUrbanTerresLoss
Added enum eCstrSrchTrkOrthoPolSinglePulseJOverS
Added enum eCstrSrchTrkOrthoPolSinglePulsePDet
Added enum eCstrSarOrthoPolPTCR
Added enum eCstrSrchTrkOrthoPolSinglePulseSNR
Added enum eCstrFluxDensity
Added enum eCstrEbOverNo
Added enum eCstrSarOrthoPolJOverS
Added enum eCstrEOIRSNR
Deprecated enum eCstrTimeSlipRange - This enumeration is deprecated.
STK 10
AgEAccessTimeType Added enum eAccessTimeEventIntervals
STK 10
AgEAltRefType Added enum eEllipsoid
STK 10
AgEAnimationActions Deprecated enum eAniActionPlayStep - This enumeration is deprecated. Use OnAnimationStep and OnAnimationStepBack events. Step.
Deprecated enum eAniActionPlayFaster - This enumeration is deprecated. Use OnAnimationFaster event. Play faster.
Deprecated enum eAniActionPlaySlower - This enumeration is deprecated. Use OnAnimationSlower event. Play slower.
Deprecated enum eAniActionStop - This enumeration is deprecated. Use OnAnimationRewind or OnAnimationPause events. Stop.
STK 10
AgECCSDSReferenceFrame Deprecated enum eCCSDSReferenceFrameInertial - This enumeration is deprecated.
STK 10
AgECvBounds Added enum eBoundsLatLonRegion
STK 10
AgECvGridClass Added enum eGridClassSensor
Added enum eGridClassPlace
STK 10
AgEExportToolStepSize Added enum eExportToolStepSizeTimeArray
STK 10
AgEFmCompute Added enum eUnique
STK 10
AgEFmConstraintName Deprecated enum eFmTimeSlipRange - This enumeration is deprecated.
STK 10
AgEFmDefinitionType Added enum eFmSystemResponseTime
Added enum eFmAgeOfData
Added enum eFmScalarCalculation
STK 10
AgEFmMethod Added enum eEDOP
Added enum eEDOP3
Added enum eNDOP
Added enum eNACC3
Added enum eEACC
Added enum eNACC
Added enum eEACC3
Added enum eNDOP3
STK 10
AgELineWidth Added enum e6
Added enum e7
Added enum e8
Added enum e9
Added enum e10
STK 10
AgESpEnvMagFieldLineMode Deprecated enum eSpEnvMagFieldLineModeUnknown - This enumeration is deprecated.
Deprecated enum eSpEnvMagFieldLineModeDipole - This enumeration is deprecated.
Deprecated enum eSpEnvMagFieldLineModeFullField - This enumeration is deprecated.
STK 10
AgESpEnvMagneticMainField Added enum eSpEnvMagneticMainFieldOffsetDipole
Added enum eSpEnvMagneticMainFieldTiltedDipole
STK 10
AgESRPModel Added enum eSRPModelPlugin
STK 10
AgEStkExternalEphemerisFormat Added enum eStkExternalEphemerisFormatSTKBinary
Added enum eStkExternalEphemerisFormatCode500
STK 10
AgESTKObjectType Added enum ePlace
STK 10
AgETimePeriodValueType Deprecated enum eTimePeriodNow - This enumeration is deprecated. The current time.
STK 10
AgEVeIntegrationModel Added enum eRKV89Efficient
STK 10
AgEVeInterpolationMethod Added enum eInterpolationMethodUnknown
STK 10
AgEVePropagatorType Added enum ePropagatorSP3
Added enum ePropagator11Param
STK 10
IAgAccessCnstrExclZonesCollection Added property MaxTimeStep
Added property MaxRelMotion
STK 10
IAgAccessConstraint Added property MaxRelMotion
Added property MaxTimeStep
STK 10
IAgAcExportTools Added method GetEphemerisStkBinaryExportTool
STK 10
IAgAreaTarget Changed property Position
STK 10
IAgATGraphics Added property BoundaryFillPercentTranslucency
STK 10
IAgCelestialBodyInfo Changed method GetLastComputedDirectionInICRF
STK 10
IAgCentralBodyTerrainCollectionElement Added method GetAltitude
Added method GetExtentMaxResolution
Added method GetAltitudesBetweenPointsAtResolution
Added method GetAltitudeBatch
STK 10
IAgChUserSpecifiedTimePeriod Added property TimeInterval
Deprecated property Start - This property is deprecated. Use the TimeInterval property to configure the time interval. Start Time: beginning of the user-specified time period for the chain. Uses DateFormat Dimension.
Deprecated property Stop - This property is deprecated. Use the TimeInterval property to configure the time interval. Stop Time: end of the user-specified time period for the chain. Uses DateFormat Dimension.
STK 10
IAgCvGfxAnimation Added property FillTranslucency
STK 10
IAgCvGfxStatic Added property FillTranslucency
STK 10
IAgCvInterval Added property AnalysisInterval
Deprecated property Start - This property is deprecated. Use AnalysisInterval instead. Beginning of the coverage interval. Uses DateFormat Dimension.
Deprecated property Stop - This property is deprecated. Use AnalysisInterval instead. End of the coverage interval. Uses DateFormat Dimension.
STK 10
IAgCvPointDefinition Added property PointAltitudeMethod
STK 10
IAgCvVO Added property DrawAtAltMode
Added property ShowAtAlt
Added property AutoGranularity
STK 10
IAgDrInterval Added property StartTime2
Added property StopTime2
Deprecated property StartTime - This property is deprecated. It did not honor unit preferences. Use StartTime2 instead.
Deprecated property StopTime - This property is deprecated. It did not honor unit preferences. Use StopTime2 instead.
STK 10
IAgExportToolStepSize Added property TimeArray
STK 10
IAgFacility Changed property Position
STK 10
IAgFigureOfMerit Added method SetScalarCalculationDefinition
STK 10
IAgFmDefDataBestN Added property BestNMetricSupportedTypes
Added property BestNMetric
Added method IsBestNMetricSupported
STK 10
IAgFmDefDilutionOfPrecision Added property InvalidValueAction
STK 10
IAgFmGfxAttributes Added property FillTranslucency
STK 10
IAgFmGfxContours Added property ShowUpToMaxOnly
STK 10
IAgFmVO Deprecated property TempInlayDir - This property is deprecated. The method always returns and ignores setting the value.
STK 10
IAgGfxRangeContours Added property FillTranslucency
STK 10
IAgGvExportTools Added method GetEphemerisStkBinaryExportTool
STK 10
IAgLvExportTools Added method GetEphemerisStkBinaryExportTool
STK 10
IAgMsExportTools Added method GetEphemerisStkBinaryExportTool
STK 10
IAgMtoGlobalTrackOptions Added property PruneMaxNumPts
STK 10
IAgMtoTrackPoint Changed property Position
STK 10
IAgObjectLinkCollection Added method Contains
Added method IndexOf
STK 10
IAgSaExportTools Added method GetEphemerisStkBinaryExportTool
STK 10
IAgSatellite Added property ReferenceVehicle
STK 10
IAgScenario Changed property ComponentDirectory
Added property AnalysisInterval
Added property SceneManager
Added property AnalysisEpoch
Deprecated property TimePeriod - This property is deprecated. Use AnalysisInterval property to configure the scenario's analysis time period.
STK 10
IAgScVO Added method AvailableMarkerTypes
STK 10
IAgSensor Changed property LocationData
STK 10
IAgShExportTools Added method GetEphemerisStkBinaryExportTool
STK 10
IAgSnCommonTasks Changed method SetPointingFixedAxesYPR
Changed method SetPointingFixedAxesAzEl
Changed method SetPointingFixedYPR
Changed method SetPointingFixedAxesEuler
Changed method SetPointingFixedAzEl
Changed method SetPointingFixedEuler
STK 10
IAgSnComplexConicPattern Added method SetConeHalfAngles
STK 10
IAgSnGraphics Added property PercentTranslucency
STK 10
IAgSnPtFixed Changed property Orientation
STK 10
IAgSnPtFixedAxes Changed property Orientation
STK 10
IAgSnPtTrgtBsightFixed Changed property Orientation
STK 10
IAgSpatialState Changed property InertialPosition
Changed property FixedOrientation
Changed property InertialOrientation
Changed property FixedPosition
STK 10
IAgSpEnvMagFieldGfx Changed property LineStyle
Deprecated property FieldLineMode - This property is deprecated.
STK 10
IAgSpEnvRadEnergyMethodSpecify Changed property ElectronEnergies
Changed property ProtonEnergies
STK 10
IAgStkAccess Added property Vgt
Added method ClearAccess
Added method SpecifyAccessEventIntervals
STK 10
IAgStkObject Added method CopyObject
STK 10
IAgStkObjectCollection Added method CopyObject
STK 10
IAgStkObjectCoverage Added property AccessInterval
Added property UseObjectTimes
Added property IsCoverageConfigurationSaved
Added method ClearCoverage
STK 10
IAgStkObjectRoot Added property NotificationFilter
Added method GetLicensingReport
STK 10
IAgSwath Added property ComputationalMethod
Removed property StartTime
Removed property StopTime
Removed method Apply
Removed method SetTimePeriod
STK 10
IAgTarget Changed property Position
STK 10
IAgVeEphemerisCCSDSExportTool Added property TimeSystem
STK 10
IAgVeEphemerisSpiceExportTool Added property UseVehicleCentralBody
STK 10
IAgVeEphemerisStkExportTool Added property UseVehicleCentralBody
STK 10
IAgVeGfxElevContours Added property FillTranslucency
STK 10
IAgVeGfxSAA Added property Translucency
Deprecated property FillStyle - This property is deprecated. Use Translucency.
STK 10
IAgVeGfxTimeEventTypeLine Added property EventInterval
Deprecated property StartTime - This property is deprecated. Use EventInterval instead. Start time of the event. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EventInterval instead. Stop time of the event. Uses DateFormat Dimension.
STK 10
IAgVeGfxTimeEventTypeMarker Added property EventInterval
Deprecated property StartTime - This property is deprecated. Use EventInterval instead. Start time of the event. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EventInterval instead. Stop time of the event. Uses DateFormat Dimension.
STK 10
IAgVeGfxTimeEventTypeText Added property EventInterval
Deprecated property StartTime - This property is deprecated. Use EventInterval instead. Start time of the event. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EventInterval instead. Stop time of the event. Uses DateFormat Dimension.
STK 10
IAgVeHPOPCentralBodyGravity Added property UseSecularVariations
STK 10
IAgVeHPOPForceModelDrag Added property DragModelType
Added property DragModelSupportedTypes
Added property DragModel
Added method SetDragModelType
Added method IsDragModelTypeSupported
Deprecated property Cd - This property is deprecated. Use DragModel to access drag model. Cd: atmospheric drag coefficient. Dimensionless.
Deprecated property AreaMassRatio - This property is deprecated. Use DragModel to access drag model. Area/Mass Ratio: the area to be used in drag calculations. Uses AreaPerMass Dimension.
STK 10
IAgVeInitialState Changed property Representation
Added property OrbitEpoch
STK 10
IAgVeIntegratedAttitude Changed property Orientation
STK 10
IAgVeJxInitialState Changed property Representation
Added property OrbitEpoch
STK 10
IAgVeLvInitialState Added property TrajectoryEpoch
Deprecated property Epoch - This property is deprecated. Use the TrajectoryEpoch property. Epoch. Uses DateFormat Dimension.
STK 10
IAgVePassNumberingDateOfFirstPass Added property PassDataEpoch
Deprecated property Date - This property is deprecated. Use PassDataEpoch instead. The start time of the first pass. Uses DateFormat Dimension.
STK 10
IAgVeProfileFixedInAxes Changed property Orientation
STK 10
IAgVeProfileInertial Changed property Inertial
STK 10
IAgVeProfilePrecessingSpin Changed property Body
Changed property InertialPrecession
Added property SmartEpoch
Added property ReferenceAxes
Deprecated property Epoch - This property is deprecated. Use SmartEpoch instead. Epoch of the attitude profile. Uses DateFormat Dimension.
STK 10
IAgVeProfileSpinAboutXXX Added property SmartEpoch
Deprecated property Epoch - This property is deprecated. Use SmartEpoch instead. Epoch of the Offset. Uses DateFormat Dimension.
STK 10
IAgVeProfileSpinAligned Changed property Body
Added property SmartEpoch
Deprecated property Epoch - This property is deprecated. Use SmartEpoch instead. Epoch of the offset. Uses DateFormat Dimension.
Deprecated
STK 10
IAgVeProfileSpinning Changed property Body
Changed property Inertial
Added property SmartEpoch
Deprecated property Epoch - This property is deprecated. Use SmartEpoch instead. Epoch of the offset. Uses DateFormat Dimension.
STK 10
IAgVeProfileYawToNadir Changed property Inertial
STK 10
IAgVePropagatorBallistic Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorGPS Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorGreatArc Added property EphemerisInterval
Added method SetPointsSpecifyTimeAndPropagate
Added method SetPointsSmoothRateAndPropagate
Added method SetPointsSpecifyVelocityAndPropagate
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorHPOP Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
STK 10
IAgVePropagatorJ2Perturbation Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorJ4Perturbation Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFomat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorLOP Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
STK 10
IAgVePropagatorSGP4 Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorSimpleAscent Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorSPICE Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
STK 10
IAgVePropagatorStkExternal Added property EphemerisStartEpoch
Deprecated property EphemStart - This property is deprecated. Use EphemerisStartEpoch instead. If overriding the times contained in the external file, specify the time of the first ephemeris point. Uses DateFormat Dimension.
STK 10
IAgVePropagatorTwoBody Added property EphemerisInterval
Deprecated property StartTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension.
Deprecated property StopTime - This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.
Deprecated property UseScenarioAnalysisTime - This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.
STK 10
IAgVePropagatorUserExternal Added property EphemerisInterval
STK 10
IAgVeSpatialInfo Added method GetAvailableTimes
STK 10
IAgVeSpEnvMagFieldLine Changed property LineStyle
STK 10
IAgVeSpEnvRadiation Changed property ShieldingThicknesses
Added property UseModelEpoch
Added property ShiftSAA
Added property DoseReportStep
Added property DoseIntegrationStep
Added method ComputeProtonIntegralFluxes
Added method ComputeElectronIntegralFluxes
STK 10
IAgVeTargetPointingElement Changed property ConstrainedVector
Changed property AlignedVector
STK 10
IAgVeVector Changed property Body
STK 10
IAgVeVOSAA Deprecated property Translucency - This property is deprecated. Use 2D translucency option.
STK 10
IAgVeWaypointsCollection Added method ToArray
Added method Contains
Added method IndexOf
STK 10
IAgVOVaporTrail Added property DisplayInterval
Deprecated property StartTime - This property is deprecated. Use DisplayInterval instead. The time when the vapor trail will start displaying in the 3D window. Uses DateFormat Dimension.
Deprecated property EndTime - This property is deprecated. Use DisplayInterval instead. The time when the vapor trail will stop displaying in the 3D window. Uses DateFormat Dimension.
STK 10

What's New in AGI STK Objects 9.2.1

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
IAgCelestialBodyCollection Added STK 9.2.1
IAgCelestialBodyInfo Added STK 9.2.1
IAgStkCentralBody Added STK 9.2.1
IAgStkCentralBodyCollection Added STK 9.2.1
IAgStkCentralBodyEllipsoid Added STK 9.2.1

Changed Classes, Interfaces and Enumerations

Object Changes Version
IAgSensor Added method GetStarsInFOV STK 9.2.1
IAgStkObject Added property Vgt
Added method IsVgtSupported
STK 9.2.1
IAgStkObjectRoot Added property CentralBodies
Added method VgtRoot
STK 9.2.1
IAgVeVOSystemsElement Added property SetVOWindowIds
Added method GetVOWindowIds
STK 9.2.1
IAgVeVOSystemsSpecialElement Added property SetVOWindowIds
Added method GetVOWindowIds
STK 9.2.1

What's New in AGI STK Objects 9.2

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
IAgCvGridPointSelection Added
STK 9.2
IAgCvSelectedGridPoint Added
STK 9.2

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgETerrainFileType Deprecated enum eMOLATerrainSTK - This enumeration is deprecated. STK MOLA terrain data which has been converted to Areographic coordinates with altitude relative to the oblate reference shape of Mars.
STK 9.2
IAgCvGridInspector Added method GetGridPointSelection
STK 9.2
IAgStkObjectCollection Added method ImportObject
Deprecated method Import - This method is deprecated. Use the ImportObject method. Imports object from external file.
STK 9.2
IAgStkObjectRootEvents Added method OnScenarioBeforeClose
STK 9.2
IAgVeSpEnvRadDoseRateElement Added property IsElectronBremsstrahlungDoseRateValid
Added method ElectronBremsstrahlungDoseRate
Removed property IsElectronBrehmstralungDoseRateValid
Removed method ElectronBrehmstralungDoseRate
STK 9.2

What's New in AGI STK Objects 9.1

This release introduces the following new features and enhancements to the STK Object Model:

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgESpEnvCrresProtonActivity Added
STK 9.1
AgESpEnvCrresRadiationActivity Added
STK 9.1
AgESpEnvMagFieldColorMode Added
STK 9.1
AgESpEnvMagFieldColorScale Added
STK 9.1
AgESpEnvMagFieldLineMode Added
STK 9.1
AgESpEnvMagneticExternalField Added
STK 9.1
AgESpEnvMagneticMainField Added
STK 9.1
AgESpEnvNasaModelsActivity Added
STK 9.1
AgESpEnvSAAChannel Added
STK 9.1
AgESpEnvSAAFluxLevel Added
STK 9.1
AgEStkExternalEphemerisFormat Added
STK 9.1
AgEVeSpEnvApSource Added
STK 9.1
AgEVeSpEnvComputationMode Added
STK 9.1
AgEVeSpEnvDetectorGeometry Added
STK 9.1
AgEVeSpEnvDetectorType Added
STK 9.1
AgEVeSpEnvDoseChannel Added
STK 9.1
AgEVeSpEnvF10p7Source Added
STK 9.1
AgEVeSpEnvMaterial Added
STK 9.1
AgEVeSpEnvShapeModel Added
STK 9.1
IAgSpEnvMagFieldGfx Added
STK 9.1
IAgSpEnvRadEnergyMethodSpecify Added
STK 9.1
IAgSpEnvRadEnergyValues Added
STK 9.1
IAgSpEnvRadiationEnvironment Added
STK 9.1
IAgSpEnvSAAContour Added
STK 9.1
IAgSpEnvScenExtVO Added
STK 9.1
IAgSpEnvScenSpaceEnvironment Added
STK 9.1
IAgVeSpEnvGraphics Added
STK 9.1
IAgVeSpEnvMagFieldLine Added
STK 9.1
IAgVeSpEnvMagneticField Added
STK 9.1
IAgVeSpEnvParticleFlux Added
STK 9.1
IAgVeSpEnvRadDoseRateCollection Added
STK 9.1
IAgVeSpEnvRadDoseRateElement Added
STK 9.1
IAgVeSpEnvRadiation Added
STK 9.1
IAgVeSpEnvSpaceEnvironment Added
STK 9.1
IAgVeSpEnvVehTemperature Added
STK 9.1

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessConstraints Added enum eCstrSEETSAAFluxIntensity
Added enum eCstrSEETMagFieldLineSeparation
Added enum eCstrSEETDamageMassFlux
Added enum eCstrSEETImpactFlux
Added enum eCstrSEETDamageFlux
Added enum eCstrSEETImpactMassFlux
Added enum eCstrSEETVehicleTemperature
Added enum eCstrSEETMagFieldLshell
STK 9.1
AgETerrainFileType Added enum eTIFFTerrainFile
Added enum eArcInfoGridDepthMSLFile
Added enum eTIFFMSLTerrainFile
STK 9.1
AgEVePropagatorType Added enum ePropagatorMissionModeler
STK 9.1
IAgLaunchVehicle Added property SpaceEnvironment
STK 9.1
IAgLvGraphics Added property SAA
STK 9.1
IAgLvVO Added property SAA
STK 9.1
IAgMissile Added property SpaceEnvironment
STK 9.1
IAgMsGraphics Added property SAA
STK 9.1
IAgMsVO Added property SAA
STK 9.1
IAgSatellite Added property SpaceEnvironment
STK 9.1
IAgScenario Added property SpaceEnvironment
STK 9.1
IAgSnVO Added property PersistProjectedLinesInSpace
Added property PersistPartialCentralBodyIntersectionLines
STK 9.1
IAgVeGfxPassResolution Added property MinGroundTrack
Added property MinOrbit
STK 9.1
IAgVeGfxRouteResolution Added property MinRoute
STK 9.1
IAgVeGfxTrajectoryResolution Added property MinGroundTrack
Added property MinTrajectory
STK 9.1
IAgVePropagatorStkExternal Added property FileFormat
STK 9.1

What's New in AGI STK Objects 9

New Features and Enhancements

This release introduces the following new features and enhancements to the STK Object Model:

Migrating to STK 9

The position, orientation, direction and orbit state classes have been moved from STK Objects library to STK Util library. This is a breaking change and requires changes to the client code.

For example, in .NET languages users may need to change a namespace:

[C#] AGI.STKObjects.IAgPosition pos; // <-- Compile-time error
AGI.STKObjects.IAgDirection direction; // <-- Compile-time error
AGI.STKObjects.IAgOrientation orientation; // <-- Compile-time error
AGI.STKObjects.IAgOrbitState state; // <-- Compile-time error

To resolve the issue, change the namespace AGI.STKObjects to AGI.STKUtil:

AGI.STKUtil.IAgPosition pos;
AGI.STKUtil.IAgDirection direction;
AGI.STKUtil.IAgOrientation orientation;
AGI.STKUtil.IAgOrbitState state;

Changes to the AGI STK Objects 9 Library

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgAvailableFeatures Added
STK 9
AgCartesian Moved to AGI.STKUtil
STK 9
AgClassicalLocationArgumentOfLatitude Moved to AGI.STKUtil
STK 9
AgClassicalLocationEccentricAnomaly Moved to AGI.STKUtil
STK 9
AgClassicalLocationMeanAnomaly Moved to AGI.STKUtil
STK 9
AgClassicalLocationTimePastAN Moved to AGI.STKUtil
STK 9
AgClassicalLocationTimePastPerigee Moved to AGI.STKUtil
STK 9
AgClassicalLocationTrueAnomaly Moved to AGI.STKUtil
STK 9
AgClassicalSizeShapeAltitude Moved to AGI.STKUtil
STK 9
AgClassicalSizeShapeMeanMotion Moved to AGI.STKUtil
STK 9
AgClassicalSizeShapePeriod Moved to AGI.STKUtil
STK 9
AgClassicalSizeShapeRadius Moved to AGI.STKUtil
STK 9
AgClassicalSizeShapeSemimajorAxis Moved to AGI.STKUtil
STK 9
AgCylindrical Moved to AGI.STKUtil
STK 9
AgDelaunayG Moved to AGI.STKUtil
STK 9
AgDelaunayGOverSQRTmu Moved to AGI.STKUtil
STK 9
AgDelaunayH Moved to AGI.STKUtil
STK 9
AgDelaunayHOverSQRTmu Moved to AGI.STKUtil
STK 9
AgDelaunayL Moved to AGI.STKUtil
STK 9
AgDelaunayLOverSQRTmu Moved to AGI.STKUtil
STK 9
AgDirectionEuler Moved to AGI.STKUtil
STK 9
AgDirectionPR Moved to AGI.STKUtil
STK 9
AgDirectionRADec Moved to AGI.STKUtil
STK 9
AgDirectionXYZ Moved to AGI.STKUtil
STK 9
AgEAnimationOptions Added
STK 9
AgEAttCoordinateAxes Added
STK 9
AgEAttInclude Added
STK 9
AgEAzElAboutBoresight Moved to AGI.STKUtil
STK 9
AgECCSDSDateFormat Added
STK 9
AgECCSDSEphemFormat Added
STK 9
AgECCSDSReferenceFrame Added
STK 9
AgEClassicalLocation Moved to AGI.STKUtil
STK 9
AgEClassicalSizeShape Moved to AGI.STKUtil
STK 9
AgECoordinateSystem Moved to AGI.STKUtil
STK 9
AgECvCustomRegionAlgorithm Added
STK 9
AgECvGroundAltitudeMethod Added
STK 9
AgEDelaunayGType Moved to AGI.STKUtil
STK 9
AgEDelaunayHType Moved to AGI.STKUtil
STK 9
AgEDelaunayLType Moved to AGI.STKUtil
STK 9
AgEDirectionType Moved to AGI.STKUtil
STK 9
AgEEquinoctialFormulation Moved to AGI.STKUtil
STK 9
AgEEquinoctialSizeShape Moved to AGI.STKUtil
STK 9
AgEEulerDirectionSequence Moved to AGI.STKUtil
STK 9
AgEEulerOrientationSequence Moved to AGI.STKUtil
STK 9
AgEExportToolStepSize Added
STK 9
AgEExportToolTimePeriod Added
STK 9
AgEExportToolVersionFormat Added
STK 9
AgEGeodeticSize Moved to AGI.STKUtil
STK 9
AgEGPSReferenceWeek Added
STK 9
AgELookAheadPropagator Added
STK 9
AgEMixedSphericalFPA Moved to AGI.STKUtil
STK 9
AgEMtoEntirety Added
STK 9
AgEMtoObjectInterval Added
STK 9
AgEMtoRangeMode Added
STK 9
AgEMtoTrackEval Added
STK 9
AgEMtoVisibilityMode Added
STK 9
AgEOnePtAccessStatus Added
STK 9
AgEOnePtAccessSummary Added
STK 9
AgEOrbitStateType Moved to AGI.STKUtil
STK 9
AgEOrientationAscNode Moved to AGI.STKUtil
STK 9
AgEOrientationType Moved to AGI.STKUtil
STK 9
AgEPositionType Moved to AGI.STKUtil
STK 9
AgEPRSequence Moved to AGI.STKUtil
STK 9
AgEquinoctialSizeShapeMeanMotion Moved to AGI.STKUtil
STK 9
AgEquinoctialSizeShapeSemimajorAxis Moved to AGI.STKUtil
STK 9
AgESolidTide Added
STK 9
AgESphericalFPA Moved to AGI.STKUtil
STK 9
AgESpiceInterpolation Added
STK 9
AgESRPModel Added
STK 9
AgEStarReferenceFrame Added
STK 9
AgEStkEphemCoordinateSystem Added
STK 9
AgEStkEphemCovarianceType Added
STK 9
AgETextOutlineStyle Added
STK 9
AgETimePeriodValueType Added
STK 9
AgEVeGPSAlmanacType Added
STK 9
AgEVeGPSAutoUpdateSource Added
STK 9
AgEVeGPSElemSelection Added
STK 9
AgEVeGPSSwitchMethod Added
STK 9
AgEVePropagationFrame Added
STK 9
AgEVeSGP4AutoUpdateSource Added
STK 9
AgEVeSGP4TLESelection Added
STK 9
AgEVOMarkerOrientation Added
STK 9
AgEYPRAnglesSequence Moved to AGI.STKUtil
STK 9
AgGeocentric Moved to AGI.STKUtil
STK 9
AgGeodetic Moved to AGI.STKUtil
STK 9
AgGeodeticSizeAltitude Moved to AGI.STKUtil
STK 9
AgGeodeticSizeRadius Moved to AGI.STKUtil
STK 9
AgLocationVGTPoint Added
STK 9
AgMixedSphericalFPAHorizontal Moved to AGI.STKUtil
STK 9
AgMixedSphericalFPAVertical Moved to AGI.STKUtil
STK 9
AgOrbitStateCartesian Moved to AGI.STKUtil
STK 9
AgOrbitStateClassical Moved to AGI.STKUtil
STK 9
AgOrbitStateDelaunay Moved to AGI.STKUtil
STK 9
AgOrbitStateEquinoctial Moved to AGI.STKUtil
STK 9
AgOrbitStateGeodetic Moved to AGI.STKUtil
STK 9
AgOrbitStateMixedSpherical Moved to AGI.STKUtil
STK 9
AgOrbitStateSpherical Moved to AGI.STKUtil
STK 9
AgOrientationAscNodeLAN Moved to AGI.STKUtil
STK 9
AgOrientationAscNodeRAAN Moved to AGI.STKUtil
STK 9
AgOrientationAzEl Moved to AGI.STKUtil
STK 9
AgOrientationEulerAngles Moved to AGI.STKUtil
STK 9
AgOrientationQuaternion Moved to AGI.STKUtil
STK 9
AgOrientationYPRAngles Moved to AGI.STKUtil
STK 9
AgPosition Moved to AGI.STKUtil
STK 9
AgSnProjConstantAlt Added
STK 9
AgSnProjObjectAlt Added
STK 9
AgSpherical Moved to AGI.STKUtil
STK 9
AgSphericalFPAHorizontal Moved to AGI.STKUtil
STK 9
AgSphericalFPAVertical Moved to AGI.STKUtil
STK 9
AgSRPModelGPS Added
STK 9
AgSRPModelSpherical Added
STK 9
AgTimePeriod Added
STK 9
AgVeCoordinateAxesCustom Added
STK 9
AgVeEphemerisCCSDSExportTool Added
STK 9
AgVeEphemerisCode500ExportTool Added
STK 9
AgVeEphemerisSpiceExportTool Added
STK 9
AgVeEphemerisStkExportTool Added
STK 9
AgVeGPSAlmanacPropertiesSEM Added
STK 9
AgVeGPSAlmanacPropertiesSP3 Added
STK 9
AgVeGPSAlmanacPropertiesYUMA Added
STK 9
AgVePropagatorGPS Added
STK 9
IAgAccessInterval Added
STK 9
IAgAcExportTools Added
STK 9
IAgATCommonTasks Added
STK 9
IAgAvailableFeatures Added
STK 9
IAgCartesian Moved to AGI.STKUtil
STK 9
IAgClassicalLocation Moved to AGI.STKUtil
STK 9
IAgClassicalLocationArgumentOfLatitude Moved to AGI.STKUtil
STK 9
IAgClassicalLocationEccentricAnomaly Moved to AGI.STKUtil
STK 9
IAgClassicalLocationMeanAnomaly Moved to AGI.STKUtil
STK 9
IAgClassicalLocationTimePastAN Moved to AGI.STKUtil
STK 9
IAgClassicalLocationTimePastPerigee Moved to AGI.STKUtil
STK 9
IAgClassicalLocationTrueAnomaly Moved to AGI.STKUtil
STK 9
IAgClassicalOrientation Moved to AGI.STKUtil
STK 9
IAgClassicalSizeShape Moved to AGI.STKUtil
STK 9
IAgClassicalSizeShapeAltitude Moved to AGI.STKUtil
STK 9
IAgClassicalSizeShapeMeanMotion Moved to AGI.STKUtil
STK 9
IAgClassicalSizeShapePeriod Moved to AGI.STKUtil
STK 9
IAgClassicalSizeShapeRadius Moved to AGI.STKUtil
STK 9
IAgClassicalSizeShapeSemimajorAxis Moved to AGI.STKUtil
STK 9
IAgCylindrical Moved to AGI.STKUtil
STK 9
IAgDelaunayActionVariable Moved to AGI.STKUtil
STK 9
IAgDelaunayG Moved to AGI.STKUtil
STK 9
IAgDelaunayGOverSQRTmu Moved to AGI.STKUtil
STK 9
IAgDelaunayH Moved to AGI.STKUtil
STK 9
IAgDelaunayHOverSQRTmu Moved to AGI.STKUtil
STK 9
IAgDelaunayL Moved to AGI.STKUtil
STK 9
IAgDelaunayLOverSQRTmu Moved to AGI.STKUtil
STK 9
IAgDirection Moved to AGI.STKUtil
STK 9
IAgDirectionEuler Moved to AGI.STKUtil
STK 9
IAgDirectionPR Moved to AGI.STKUtil
STK 9
IAgDirectionRADec Moved to AGI.STKUtil
STK 9
IAgDirectionXYZ Moved to AGI.STKUtil
STK 9
IAgDrTimeArrayElements Added
STK 9
IAgEquinoctialSizeShapeMeanMotion Moved to AGI.STKUtil
STK 9
IAgEquinoctialSizeShapeSemimajorAxis Moved to AGI.STKUtil
STK 9
IAgExportToolStepSize Added
STK 9
IAgExportToolTimePeriod Added
STK 9
IAgFlightPathAngle Moved to AGI.STKUtil
STK 9
IAgGeocentric Moved to AGI.STKUtil
STK 9
IAgGeodetic Moved to AGI.STKUtil
STK 9
IAgGeodeticSize Moved to AGI.STKUtil
STK 9
IAgGeodeticSizeAltitude Moved to AGI.STKUtil
STK 9
IAgGeodeticSizeRadius Moved to AGI.STKUtil
STK 9
IAgGvExportTools Added
STK 9
IAgLocationData Moved to AGI.STKUtil
STK 9
IAgLocationVGTPoint Added
STK 9
IAgLvExportTools Added
STK 9
IAgMixedSphericalFPAHorizontal Moved to AGI.STKUtil
STK 9
IAgMixedSphericalFPAVertical Moved to AGI.STKUtil
STK 9
IAgMsExportTools Added
STK 9
IAgMtoAnalysis Added
STK 9
IAgMtoAnalysisFieldOfView Added
STK 9
IAgMtoAnalysisPosition Added
STK 9
IAgMtoAnalysisRange Added
STK 9
IAgMtoAnalysisVisibility Added
STK 9
IAgObjectCoverageFOM Added
STK 9
IAgOnePtAccess Added
STK 9
IAgOnePtAccessConstraint Added
STK 9
IAgOnePtAccessConstraintCollection Added
STK 9
IAgOnePtAccessResult Added
STK 9
IAgOnePtAccessResultCollection Added
STK 9
IAgOrbitState Moved to AGI.STKUtil
STK 9
IAgOrbitStateCartesian Moved to AGI.STKUtil
STK 9
IAgOrbitStateClassical Moved to AGI.STKUtil
STK 9
IAgOrbitStateCoordinateSystem Moved to AGI.STKUtil
STK 9
IAgOrbitStateDelaunay Moved to AGI.STKUtil
STK 9
IAgOrbitStateEquinoctial Moved to AGI.STKUtil
STK 9
IAgOrbitStateGeodetic Moved to AGI.STKUtil
STK 9
IAgOrbitStateMixedSpherical Moved to AGI.STKUtil
STK 9
IAgOrbitStateSpherical Moved to AGI.STKUtil
STK 9
IAgOrientation Moved to AGI.STKUtil
STK 9
IAgOrientationAscNode Moved to AGI.STKUtil
STK 9
IAgOrientationAscNodeLAN Moved to AGI.STKUtil
STK 9
IAgOrientationAscNodeRAAN Moved to AGI.STKUtil
STK 9
IAgOrientationAzEl Moved to AGI.STKUtil
STK 9
IAgOrientationEulerAngles Moved to AGI.STKUtil
STK 9
IAgOrientationQuaternion Moved to AGI.STKUtil
STK 9
IAgOrientationYPRAngles Moved to AGI.STKUtil
STK 9
IAgPctCmpltEventArgs Added
STK 9
IAgPlCommonTasks Added
STK 9
IAgPosition Moved to AGI.STKUtil
STK 9
IAgProvideSpatialInfo Added
STK 9
IAgSaExportTools Added
STK 9
IAgScAnimationTimePeriod Added
STK 9
IAgScenarioBeforeSaveEventArgs Added
STK 9
IAgShExportTools Added
STK 9
IAgSnCommonTasks Added
STK 9
IAgSnProjConstantAlt Added
STK 9
IAgSnProjObjectAlt Added
STK 9
IAgSpatialState Added
STK 9
IAgSpherical Moved to AGI.STKUtil
STK 9
IAgSphericalFPAHorizontal Moved to AGI.STKUtil
STK 9
IAgSphericalFPAVertical Moved to AGI.STKUtil
STK 9
IAgSRPModelBase Added
STK 9
IAgSRPModelGPS Added
STK 9
IAgSRPModelSpherical Added
STK 9
IAgStkObjectChangedEventArgs Added
STK 9
IAgTimePeriod Added
STK 9
IAgTimePeriodValue Added
STK 9
IAgVeAttitudeExportTool Added
STK 9
IAgVeAttitudeRealTimeDataReference Added
STK 9
IAgVeCoordinateAxes Added
STK 9
IAgVeCoordinateAxesCustom Added
STK 9
IAgVeEclipsingBodies Added
STK 9
IAgVeEphemerisCCSDSExportTool Added
STK 9
IAgVeEphemerisCode500ExportTool Added
STK 9
IAgVeEphemerisSpiceExportTool Added
STK 9
IAgVeEphemerisStkExportTool Added
STK 9
IAgVeGPSAlmanacProperties Added
STK 9
IAgVeGPSAlmanacPropertiesSEM Added
STK 9
IAgVeGPSAlmanacPropertiesSP3 Added
STK 9
IAgVeGPSAlmanacPropertiesYUMA Added
STK 9
IAgVeGPSAutoUpdate Added
STK 9
IAgVeGPSAutoUpdateFileSource Added
STK 9
IAgVeGPSAutoUpdateOnlineSource Added
STK 9
IAgVeGPSAutoUpdateProperties Added
STK 9
IAgVeGPSElement Added
STK 9
IAgVeGPSElementCollection Added
STK 9
IAgVeGPSSpecifyAlmanac Added
STK 9
IAgVeHPOPSRPModel Added
STK 9
IAgVePropagatorGPS Added
STK 9
IAgVePropagatorRealtime Added
STK 9
IAgVePropagatorSGP4CommonTasks Added
STK 9
IAgVePropDefExportTool Added
STK 9
IAgVeRealtimeCartesianPoints Added
STK 9
IAgVeRealtimeLLAHPSPoints Added
STK 9
IAgVeRealtimeLLAPoints Added
STK 9
IAgVeRealtimePointBuilder Added
STK 9
IAgVeRealtimeUTMPoints Added
STK 9
IAgVeSGP4AutoUpdate Added
STK 9
IAgVeSGP4AutoUpdateFileSource Added
STK 9
IAgVeSGP4AutoUpdateOnlineSource Added
STK 9
IAgVeSGP4AutoUpdateProperties Added
STK 9
IAgVeSGP4PropagatorSettings Added
STK 9
IAgVeSpatialInfo Added
STK 9

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessTimeType Added enum eAccessTimeIntervals
STK 9
AgEAnimationModes Deprecated enum eAniLoop - This enumeration is deprecated. Use the IAgAnimation.AnimationOptions property. Loop when end time is reached.
Deprecated enum eAniStop - This enumeration is deprecated. Use the IAgAnimation.AnimationOptions property. End when end time is reached.
Deprecated enum eAniHighSpeed - This enumeration is deprecated. Use the IAgAnimation.HighSpeed property. High speed option for refresh updates.
STK 9
AgECvAltitudeMethod Added enum eAltitudeDepth
STK 9
AgEEphemSourceType Added enum eEphemJPLDE
Deprecated enum eEphemDE405 - This enumeration is deprecated. DE405: use the JPL DE file, covering a time span from 1960 to 2060 and available for all planets, Earth's Moon and the Sun.
STK 9
AgEFmConstraintName Added enum eFmBSLunarExclusion
Added enum eFmExclusionZone
Added enum eFmSrchTrkSinglePulseJOverS
Added enum eFmSrchTrkSLCFilter
Added enum eFmCOverNo
Added enum eFmSrchTrkSinglePulseSNRJamming
Added enum eFmSrchTrkSinglePulsePDetJamming
Added enum eFmSarSCRJamming
Added enum eFmSunSpecularExclusion
Added enum eFmPolRelAngle
Added enum eFmSrchTrkOrthoPolSinglePulseSNRJamming
Added enum eFmSarOrthoPolCNR
Added enum eFmSensorAzElMask
Added enum eFmBSSunExclusion
Added enum eFmSrchTrkOrthoPolIntegratedSNRJamming
Added enum eFmSarJOverS
Added enum eFmCentroidRange
Added enum eFmSrchTrkUnambigRange
Added enum eFmLinkEIRP
Added enum eFmSrchTrkDwellTimeJamming
Added enum eFmSrchTrkOrthoPolIntegratedPDet
Added enum eFmGOverT
Added enum eFmInclusionZone
Added enum eFmFrequencyTrack
Added enum eFmBSIntersectLightingCondition
Added enum eFmSrchTrkOrthoPolIntegratedPulsesJamming
Added enum eFmSarOrthoPolSNRJamming
Added enum eFmCrdnPointMetric
Added enum eFmDuration
Added enum eFmHorizonCrossing
Added enum eFmCOverI
Added enum eFmCOverN
Added enum eFmCOverNPlusI
Added enum eFmIntervals
Added enum eFmCentroidAzimuthAngle
Added enum eFmLocalTime
Added enum eFmLOSCbExclusion
Added enum eFmLighting
Added enum eFmSrchTrkUnambigDoppler
Added enum eFmGrazingAngle
Added enum eFmAngleToAsset
Added enum eFmSrchTrkIntegratedPDetJamming
Added enum eFmFOVCbCenter
Added enum eFmPhaseTrack
Added enum eFmAngleOffBoresight
Added enum eFmSarOrthoPolJOverS
Added enum eFmAzElMask
Added enum eFmCommPlugin
Added enum eFmSrchTrkOrthoPolIntegratedPulses
Added enum eFmSarCNRJamming
Added enum eFmCentroidSunElevationAngle
Added enum eFmSrchTrkIntegratedJOverS
Added enum eFmNoiseTemperature
Added enum eFmSrchTrkIntegratedPulsesJamming
Added enum eFmFOVSunSpecularExclusion
Added enum eFmAccessConstraintPlugin
Added enum eFmRdrXmtTgtAccess
Added enum eFmBistaticAngle
Added enum eFmFluxDensity
Added enum eFmSrchTrkOrthoPolDwellTimeJamming
Added enum eFmFieldOfView
Added enum eFmRadarAccess
Added enum eFmBitErrorRate
Added enum eFmSarSNRJamming
Added enum eFmSrchTrkIntegratedPulses
Added enum eFmFrequency
Added enum eFmFOVCbObstructionCrossIn
Added enum eFmFOVSunSpecularInclusion
Added enum eFmLinkMargin
Added enum eFmSrchTrkIntegratedSNRJamming
Added enum eFmSarOrthoPolSCRJamming
Added enum eFmSrchTrkOrthoPolSinglePulseJOverS
Added enum eFmImageQuality
Added enum eFmGrazingAlt
Added enum eFmSrchTrkIntegrationTimeJamming
Added enum eFmGMT
Added enum eFmInfraredDetection
Added enum eFmAtFieldOfView
Added enum eFmBackground
Added enum eFmPowerAtReceiverInput
Added enum eFmTotalRcvdRfPower
Added enum eFmRcvdIsotropicPower
Added enum eFmSrchTrkConstrPlugin
Added enum eFmSensorRangeMask
Added enum eFmJOverS
Added enum eFmSrchTrkOrthoPolDwellTime
Added enum eFmCrossTrackRange
Added enum eFmSrchTrkClearDoppler
Added enum eFmSarOrthoPolSNR
Added enum eFmDeltaTOverT
Added enum eFmGroundTrack
Added enum eFmSquintAngle
Added enum eFmBSCbExclusion
Added enum eFmATCentroidElevationAngle
Added enum eFmDopplerShift
Added enum eFmDepth
Added enum eFmCNoIGPSCh
Added enum eFmBoresightGrazingAngle
Added enum eFmSrchTrkOrthoPolSinglePulsePDet
Added enum eFmDopplerConeAngle
Added enum eFmFOVCbObstructionCrossOut
Added enum eFmCollectionAngle
Added enum eFmPowerFluxDensity
Added enum eFmBERPlusI
Added enum eFmSrchTrkOrthoPolIntegrationTimeJamming
Added enum eFmEbOverNoPlusIo
Added enum eFmSarOrthoPolSCR
Added enum eFmSrchTrkOrthoPolIntegratedJOverS
Added enum eFmSarOrthoPolCNRJamming
Added enum eFmRdrXmtAccess
Added enum eFmSrchTrkOrthoPolIntegratedSNR
Added enum eFmLatitude
Added enum eFmForeground
Added enum eFmSrchTrkOrthoPolSinglePulsePDetJamming
Added enum eFmSarOrthoPolPTCR
Added enum eFmFOVCbHorizonRefine
Added enum eFmEbOverNo
Added enum eFmGroundElevAngle
Added enum eFmBetaAngle
Added enum eFmSrchTrkOrthoPolIntegrationTime
Added enum eFmSarConstrPlugin
Added enum eFmAngleOffBoresightRate
Added enum eFmSrchTrkOrthoPolSinglePulseSNR
Added enum eFmTimeSlipRange
Added enum eFmTerrainMask
Added enum eFmCOverNoPlusIo
Added enum eFmSunGroundElevAngle
Added enum eFmInTrackRange
Added enum eFmSrchTrkMLCFilter
Added enum eFmCodeTrack
Added enum eFmThirdBodyObstruction
Added enum eFmSrchTrkOrthoPolIntegratedPDetJamming
Added enum eFmLineOfSight
STK 9
AgESnLocation Added enum eSnLocationVGTPoint
STK 9
AgESnVOTimeDependency Deprecated enum eSnVOTimeDepUnknown - This enumeration is deprecated. Unknown time dependency.
Deprecated enum eSnVOTimeDepConstant - This enumeration is deprecated. No time dependency; constant distance used.
Deprecated enum eSnVOTimeDepTimeVarying - This enumeration is deprecated. Distance depends on current animation time.
STK 9
AgESTKObjectType Added enum eAntenna
STK 9
AgEThirdBodyGravity Added enum eTBGUnknown
Removed enum eTBGGanymede
Removed enum eTBGCharon
Removed enum eTBGTitan
Removed enum eTBGTriton
Removed enum eTBGCallisto
Removed enum eTBGIo
Removed enum eTBGEuropa
STK 9
AgEVeCoordinateSystem Added enum eVeCoordinateSystemCentralBodyFixed
Added enum eVeCoordinateSystemInertial
Added enum eVeCoordinateSystemTrueOfDate
Added enum eVeCoordinateSystemTrueOfEpoch
Deprecated enum eCentralBodyFixed - This enumeration is deprecated. Use eVeCoordinateSystemCentralBodyFixed.
Deprecated enum eInertial - This enumeration is deprecated. Use eVeCoordinateSystemInertial.
STK 9
AgEVePropagatorType Added enum ePropagatorGPS
Added enum ePropagatorAstrogator
Added enum ePropagatorRealtime
STK 9
IAgAircraft Added property ExportTools
STK 9
IAgAnimation Added property HighSpeed
Added property AnimationOptions
STK 9
IAgAreaTarget Added property CommonTasks
STK 9
IAgAreaTypePatternCollection Added method ToArray
STK 9
IAgBasicAzElMask Added property RangeColor
Added property AltColor
Added property RangeColorVisible
Added property AltColorVisible
STK 9
IAgCvAssetListCollection Added method GetAssetFromPath
Added method CanAssignAsset
Added method IsAssetAssigned
STK 9
IAgCvBoundsCustomRegions Added property CheckForHoles
Added property SmallRegionAlgorithm
STK 9
IAgCvPointDefinition Added property GroundAltitudeMethod
Added property GroundAltitude
STK 9
IAgDataProvider Added property IsValid
STK 9
IAgDataProviderCollection Added method GetDataPrvInfoFromPath
Added method GetDataPrvFixedFromPath
Added method GetDataPrvIntervalFromPath
Added method GetDataPrvTimeVarFromPath
STK 9
IAgDataPrvTimeVar Added method ExecSingleElementsArray
STK 9
IAgDrDataSetCollection Added property ElementNames
Added property RowCount
Added method ToArray
Added method GetRow
STK 9
IAgFigureOfMerit Added method SetAccessConstraintDefinitionName
STK 9
IAgFmDefAccessConstraint Added property Constraint
Deprecated property ConstraintName - This property is deprecated. Deprecated due to the fact that the constraint list is dynamically created. Use Constraint property.
STK 9
IAgGreatArcGraphics Added property LabelName
Added property UseInstNameLabel
STK 9
IAgGroundVehicle Added property ExportTools
STK 9
IAgLaunchVehicle Added property ExportTools
STK 9
IAgLvGraphics Added property LabelName
Added property UseInstNameLabel
STK 9
IAgMissile Added property ExportTools
STK 9
IAgMsGraphics Added property LabelName
Added property UseInstNameLabel
STK 9
IAgMto Added property Analysis
STK 9
IAgMtoDefaultVOTrack Added property ShouldFadeOverTrailTime
STK 9
IAgMtoTrackCollection Added method AddTracks
Added method RemoveTracks
Added method RemoveTracksById
STK 9
IAgMtoTrackPoint Added property Id
Added property Position
STK 9
IAgMtoTrackPointCollection Added method InsertPoint
STK 9
IAgMtoVOMarker Added property OrientationMode
Deprecated property EnableRotate - This property is deprecated. Use OrientationMode instead. Counterclockwise rotation of the marker by the specified angle value.
STK 9
IAgMtoVOTrack Added property ShouldFadeOverTrailTime
STK 9
IAgPlanet Added property CommonTasks
STK 9
IAgPlPosCentralBody Added property JPLDEVersion
STK 9
IAgPlVO Deprecated property EnableDepthCueing - This property is deprecated.
STK 9
IAgSaGraphics Added property LabelName
Added property UseInstNameLabel
STK 9
IAgSatellite Added property ExportTools
STK 9
IAgScAnimation Added property ContinueXRealtimeFromPause
Added property TimePeriod
STK 9
IAgScenario Added property UseAnalysisStartTimeForEpoch
Added property TimePeriod
Added property ComponentDirectory
Added property IsDirty
Added property ScenarioFiles
Added method SetDirty
STK 9
IAgScGraphics Added property TextOutlineStyle
Added property TextOutlineColor
Added method ShowObjects
Added method ShowObject
Added method HideObject
Added method HideObjects
STK 9
IAgScVO Added property TextOutlineStyle
Added property TextOutlineColor
Added property TextAntialiasingEnabled
Deprecated property ROAMImageCacheSize - This property is deprecated. It is now part of the chunk image cache size. Dimensionless.
Deprecated property UseTerrainWithDragDrop - This property is deprecated.
STK 9
IAgSensor Added property CommonTasks
STK 9
IAgShip Added property ExportTools
STK 9
IAgSnComplexConicPattern Added property AngularResolution
STK 9
IAgSnCustomPattern Added property AngularResolution
Added property UseNativeResolution
STK 9
IAgSnHalfPowerPattern Added property AngularResolution
STK 9
IAgSnPtTargeted Added property SaveTargetAccess
STK 9
IAgSnRectangularPattern Added property AngularResolution
STK 9
IAgSnSARPattern Added property AngularResolution
STK 9
IAgSnSimpleConicPattern Added property AngularResolution
STK 9
IAgSnVO Added property FillResolution
Deprecated property OptimizeVisualAppearance - This property is deprecated. Specify how projection visual appearance is optimized.
STK 9
IAgStar Added property ProperMotionRadialVelocity
Added property ReferenceFrame
STK 9
IAgStkAccess Added property ComputedAccessIntervalTimes
Added property AccessTimePeriodData
Added method SpecifyAccessIntervals
STK 9
IAgStkAccessAdvanced Added property RelativeTolerance
Added property UseFixedTimeStep
Added property MinTimeStep
Added property FixedStepSize
Added property FixedTimeBound
Added property UsePreciseEventTimes
Added property AbsoluteTolerance
STK 9
IAgStkObject Added property ObjectFiles
Added method CreateOnePointAccess
Added method Unload
STK 9
IAgStkObjectCollection Added property SupportedChildTypes
Added method Contains
STK 9
IAgStkObjectCoverage Added property FOM
Added property StartTime
Added property Assets
Added property StopTime
Added method Compute
Added method Clear
STK 9
IAgStkObjectElementCollection Added method Contains
STK 9
IAgStkObjectRoot Added property AvailableFeatures
Added method ObjectExists
Added method LoadVDF
STK 9
IAgStkObjectRootEvents Added method OnScenarioBeforeSave
Added method OnPercentCompleteBegin
Added method OnPercentCompleteUpdate
Added method OnStkObjectChanged
Added method OnPercentCompleteEnd
Added method OnAnimationStep
Added method OnAnimationFaster
Added method OnAnimationStepBack
Added method OnAnimationSlower
STK 9
IAgSwath Added property MaximumStep
Added property ScatteringTolerance
Added property UseMaximumCone
Added property MinimumStep
Added property CurvatureTolerance
STK 9
IAgVeAttitudeRealTime Added property DataReference
Added property BlockFactor
Added method AddQuaternion
Added method AddEuler
Added method ClearAll
Added method AddCBFQuaternion
Added method AddYPR
Added method AddECIYPR
Deprecated method Apply - This method is deprecated. Calling the Apply is no longer necessary for the changes to the real-time attitude take effect immediately.
STK 9
IAgVeHPOPCentralBodyGravity Added property SolidTideType
STK 9
IAgVeHPOPForceModel Added property EclipsingBodies
STK 9
IAgVeHPOPSolarRadiationPressure Added property SRPModel
Deprecated property Cr - This property is deprecated. Use SRPModel to access solar radiation model. Cr: solar radiation pressure coefficient. Dimensionless.
Deprecated property AreaMassRatio - This property is deprecated. Use SRPModel to access solar radiation model. Area/Mass Ratio: the area-to-mass ratio to be used in SRP calculations. Uses AreaPerMass Dimension.
STK 9
IAgVeInitialState Added property SupportedPropagationFrames
Added property PropagationFrame
Deprecated property Epoch - This property is deprecated. Use the IAgOrbitState interface to set the orbit state epoch. Epoch. Uses DateFormat Dimension.
STK 9
IAgVeIntegratedAttitude Added method SaveToFile
Deprecated property Filename - This property is deprecated. Use the SaveToFile method to generate external attitude file.
Deprecated method Run - This method is deprecated. Use the SaveToFile method to generate external attitude file. Generates an external attitude file for a satellite by numerically integrating Euler's equations for the current satellite.
STK 9
IAgVeJxInitialState Added property SupportedPropagationFrames
Added property PropagationFrame
Deprecated property Epoch - This property is deprecated. Use the IAgOrbitState interface to set the orbit state epoch. Orbit epoch. Uses DateFormat Dimension.
STK 9
IAgVePassBreak Added property SupportedCoordinateSystems
STK 9
IAgVePropagatorBallistic Added property UseScenarioAnalysisTime
STK 9
IAgVePropagatorGreatArc Added property UseScenarioAnalysisTime
Added method ImportWaypointsFromFile
STK 9
IAgVePropagatorJ2Perturbation Added property UseScenarioAnalysisTime
STK 9
IAgVePropagatorJ4Perturbation Added property UseScenarioAnalysisTime
STK 9
IAgVePropagatorSGP4 Added property UseScenarioAnalysisTime
Added property Settings
Added property AutoUpdateEnabled
Added property CommonTasks
Added property AutoUpdate
STK 9
IAgVePropagatorSimpleAscent Added property UseScenarioAnalysisTime
STK 9
IAgVePropagatorTwoBody Added property UseScenarioAnalysisTime
STK 9
IAgVeSGP4Segment Added property Enabled
STK 9
IAgVeSGP4SegmentCollection Added property SSCNumber
STK 9
IAgVeThirdBodyGravityCollection Added property AvailableThirdBodyNames
Added method AddThirdBody
Added method RemoveThirdBody
Deprecated property AvailableThirdBodies - This property is deprecated. Gets the available Data that can be used
Deprecated method Add - This method is deprecated. Use AddThirdBody method. Adds a new element to the collection.
Deprecated method RemoveByType - This method is deprecated. Use RemoveThirdBody method. Removes an element from the collection using the AgEThirdBodyGravity type
STK 9
IAgVeThirdBodyGravityElement Added property CentralBody
Deprecated property Name - This property is deprecated. Use CentralBody property instead. Name of central body.
STK 9
IAgVeVOAttributesBasic Added property Translucency
STK 9
IAgVeVOBearingEllipse Added property SemiMinorAxis
Added property SemiMajorAxis
Removed property MajorAxis
Removed property MinorAxis
STK 9
IAgVeVODefaultAttributes Added property Translucency
STK 9
IAgVeVOIntervalsElement Added property Translucency
STK 9
IAgVeVOPass Deprecated property EnableDepthCueing - This property is deprecated.
STK 9
IAgVeVOSystemsElement Added property IsVisible
STK 9
IAgVOMarker Added property OrientationMode
Deprecated property EnableRotate - This property is deprecated. Use OrientationMode instead. Counterclockwise rotation of the marker by the specified angle value.
STK 9
IAgVOModelPointing Added method LoadIntervals
STK 9

What's New in AGI STK Objects 8.1

New in Version 8.1

Added support for Constellation.

Migrating to STK Object Model 8.1

The STK Object Model 8.1 is backward compatible with its previous version.

ScaleValue property of IAgMtoVOModel interface has been corrected to use an exponential scale.

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgAccessCnstrPluginMinMax Added
STK 8.1
AgConstellation Added
STK 8.1
AgCvBoundsCustomBoundary Added
STK 8.1
AgECnCnstrRestriction Added
STK 8.1
AgECvSatisfactionType Added
STK 8.1
AgEEventDetection Added
STK 8.1
AgESamplingMethod Added
STK 8.1
AgESnVOTimeDependency Added
STK 8.1
AgESnVOVisualAppearance Added
STK 8.1
AgEVOLabelSwapDistance Added
STK 8.1
AgStkObjectModelContext Added
STK 8.1
IAgAccessAdvanced Added
STK 8.1
IAgAccessCnstrPluginMinMax Added
STK 8.1
IAgAccessEventDetection Added
STK 8.1
IAgAccessSampling Added
STK 8.1
IAgCentralBodyTerrainCollection Added
STK 8.1
IAgCentralBodyTerrainCollectionElement Added
STK 8.1
IAgCnCnstrObjectRestriction Added
STK 8.1
IAgCnCnstrRestriction Added
STK 8.1
IAgCnConstraints Added
STK 8.1
IAgCnGraphics Added
STK 8.1
IAgConstellation Added
STK 8.1
IAgCvBoundsCustomBoundary Added
STK 8.1
IAgCvGridInspector Added
STK 8.1
IAgEventDetectionNoSubSampling Added
STK 8.1
IAgEventDetectionStrategy Added
STK 8.1
IAgEventDetectionSubSampling Added
STK 8.1
IAgFmGridInspector Added
STK 8.1
IAgSamplingMethodAdaptive Added
STK 8.1
IAgSamplingMethodFixedStep Added
STK 8.1
IAgSamplingMethodStrategy Added
STK 8.1
IAgSnAccessAdvanced Added
STK 8.1
IAgSnVOProjectionElement Added
STK 8.1
IAgSnVOSpaceProjectionCollection Added
STK 8.1
IAgSnVOTargetProjectionCollection Added
STK 8.1
IAgStdMil2525bSymbols Added
STK 8.1
IAgStkObjectModelContext Added
STK 8.1
IAgVeAccessAdvanced Added
STK 8.1
IAgVeCentralBodies Added
STK 8.1
IAgVePluginPropagator Added
STK 8.1
IAgVePluginSettings Added
STK 8.1
IAgVeTargetPointingIntervalCollection Added
STK 8.1
IAgVOLabelSwapDistance Added
STK 8.1
IAgVOVaporTrail Added
STK 8.1

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAberrationType Added enum eAberrationUnknown
STK 8.1
AgEAccessConstraints Added enum eCstrDepth
Added enum eCstrPlugin
STK 8.1
AgECvAltitudeMethod Added enum eAltitudeAboveMSL
STK 8.1
AgECvBounds Added enum eBoundsCustomBoundary
STK 8.1
AgECvGridClass Added enum eGridClassGroundVehicle
Added enum eGridClassShip
STK 8.1
AgEFmAcrossAssets Added enum eFmSum
STK 8.1
AgEFmCompute Added enum eSum
STK 8.1
AgEIvTimeSense Added enum eIvTimeSenseUnknown
STK 8.1
AgETerrainFileType Added enum ePDTTTerrainFile
STK 8.1
AgEVeGfxElevation Added enum eElevationGroundElevationEnvelope
Added enum eElevationVehicleHalfAngleEnvelope
STK 8.1
IAgAccessConstraintCollection Added method IsNamedConstraintSupported
Added method AddNamedConstraint
Added method IsNamedConstraintActive
Added method RemoveNamedConstraint
Added method GetActiveNamedConstraint
STK 8.1
IAgAcVO Added property VaporTrail
STK 8.1
IAgChain Added property Sampling
Added property DetectEventsBasedOnSamplesOnly
Added property EventDetection
Added method ClearAccess
Added method ComputeAccess
STK 8.1
IAgCoverageDefinition Added property GridInspector
Added method ReloadAccesses
Added method ExportAccessesAsText
Added method ClearAccesses
Added method ComputeAccesses
STK 8.1
IAgCvAdvanced Added property NAssetsSatisfactionThreshold
Added property NAssetsSatisfactionType
Added property EventDetection
Added property Sampling
Deprecated property TimeConvergence - This property is deprecated. Access Convergence: the time convergence used in access computations when computing coverage.
Deprecated property MaxTimeStep - This property is deprecated. The maximum step size to be used in new access computations. The maximum step size limits the amount of time that is allowed to elapse between sampling of the constraint functions during access computations.
STK 8.1
IAgCvAssetListElement Added property UseConstConstraints
Added property Required
Added property SubAssetList
Added method ContainsSubAssets
STK 8.1
IAgCvPointDefinition Added method SetPointsLLA
STK 8.1
IAgDrDataSetCollection Added method GetDataSetByName
STK 8.1
IAgFaVO Added property VaporTrail
Added property AOULabelSwapDistance
STK 8.1
IAgFigureOfMerit Added property GridInspector
STK 8.1
IAgFmSatisfaction Added property ExcludeValueRange
Added property MinValueRange
Added property MaxValueRange
Added property UseValueRangeCheck
STK 8.1
IAgGfxRangeContours Added property AvailableLabelUnits
Added property LabelUnit
STK 8.1
IAgGvVO Added property VaporTrail
STK 8.1
IAgLvVO Added property VaporTrail
STK 8.1
IAgMsVO Added property VaporTrail
STK 8.1
IAgObjectLink Added property LinkedObject
Added property Path
Added property Type
STK 8.1
IAgPlVO Added property EnableDepthCueing
STK 8.1
IAgSaGraphics Added property GroundTrackCentralBodyDisplay
STK 8.1
IAgSaVO Added property VaporTrail
STK 8.1
IAgScenario Added property Terrain
Added property MslStopTimeWarning
Deprecated property TerrainCollection - This property is deprecated. Use the Terrain property instead. Terrain data file collection.
STK 8.1
IAgScVO Added property ChunkTerrainCacheSize
STK 8.1
IAgShVO Added property VaporTrail
STK 8.1
IAgSnPtTargeted Added property Advanced
STK 8.1
IAgSnVO Added property OptimizeVisualAppearance
Added property SpaceProjectionIntervals
Added property IsTargeted
Added property TimeDependency
Added property TargetProjectionIntervals
STK 8.1
IAgStkObject Added property AccessConstraints
STK 8.1
IAgStkObjectCollection Added method NewOnCentralBody
STK 8.1
IAgStkObjectRoot Added property Isolated
Added property StdMil2525bSymbols
Added property ConversionUtility
Added method Isolate
STK 8.1
IAgTargetVO Added property VaporTrail
Added property AOULabelSwapDistance
STK 8.1
IAgTerrain Added property UseTerrain
STK 8.1
IAgVeAttPointing Added property Advanced
STK 8.1
IAgVeGfxAttributesCustom Added property PreemptiveIntervals
STK 8.1
IAgVeGroundEllipsesCollection Added method RemoveEllipseSet
Added method GetEllipseSet
STK 8.1
IAgVeHPOPForceModelMoreOptions Added property PluginPropagator
STK 8.1
IAgVeTargetPointingCollection Added method AddPositionAsTarget
STK 8.1
IAgVeTargetPointingElement Added property Altitude
Added property Latitude
Added property Intervals
Added property Longitude
STK 8.1
IAgVeVODropLinePathItem Added property LineStyle
STK 8.1
IAgVeVODropLinePosItem Added property LineStyle
STK 8.1
IAgVeVOOrbitProximity Added property AOULabelSwapDistance
STK 8.1
IAgVeVOPass Added property EnableDepthCueing
STK 8.1
IAgVeVORouteProximity Added property AOULabelSwapDistance
STK 8.1
IAgVeVOTrajectoryProximity Added property AOULabelSwapDistance
STK 8.1
IAgVOAzElMask Added property LabelSwapDistance
STK 8.1
IAgVOBorderWall Added method IsAltRefTypeSupported
STK 8.1
IAgVOMarkerFile Added property UseSoftTransparency
STK 8.1
IAgVORangeContours Added property LabelSwapDistance
STK 8.1
IAgVORefCrdnCollection Added method GetCrdnByName
STK 8.1

What's New in AGI STK Objects 8

New in Version 8.0

Migrating to STK Object Model 8.0

The following constraints have been superseded with Refraction Models:

IAgVeVOFramesCollection has been renamed to IAgVeVOSystemsCollection.

IAgVeVOFramesElement has been renamed to IAgVeVOSystemsElement.

IAgGreatArcGraphics is a base interface for Aircraft, Ship and Ground Vehicle 2D properties.

IAgGreatArcVehicle is a base interface for Aircraft, Ship and Ground Vehicle.

IAgGreatArcVO is a base interface for Aircraft, Ship and Ground Vehicle 3D properties.

IAgATGraphics.BoundaryStyle property type has been changed from BSTR to AgELineStyle.

The property IAgLvVO.TrajectoryFrames has been renamed to IAgLvVO.TrajectorySystems.

The property IAgMsVO.TrajectoryFrames has been renamed to IAgMsVO.TrajectorySystems.

The property IAgMtoTrackPoint.Time is now read-only.

IAgMtoTrackPointCollection.Add method takes an additional argument to specify an MTO point time.

The property IAgSaVO.OrbitFrames has been renamed to IAgSaVO.OrbitSystems.

The property IAgVePropagatorStkExternal.StopTime is now read-only.

The property IAgVePropagatorStkExternal.StartTime is now read-only.

The property IAgVePropagatorStkExternal.Step is now read-only.

The property IAgVePropagatorStkExternal.File has been renamed to IAgVePropagatorStkExternal.Filename.

The IAgVODataDisplayElement.IsDisplayedInWindow - parameter type changed from long to BSTR.

The IAgVODataDisplayElement.AddToWindow - parameter type changed from long to BSTR.

The IAgVODataDisplayElement.RemoveFromWindow - parameter type changed from long to BSTR.

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgChain Added
STK 8.0
AgChUserSpecifiedTimePeriod Added
STK 8.0
AgCoverageDefinition Added
STK 8.0
AgCvBoundsCustomRegions Added
STK 8.0
AgCvBoundsGlobal Added
STK 8.0
AgCvBoundsLat Added
STK 8.0
AgCvBoundsLatLine Added
STK 8.0
AgCvBoundsLonLine Added
STK 8.0
AgCvResolutionArea Added
STK 8.0
AgCvResolutionDistance Added
STK 8.0
AgCvResolutionLatLon Added
STK 8.0
AgEChTimePeriodType Added
STK 8.0
AgECvAltitudeMethod Added
STK 8.0
AgECvAssetGrouping Added
STK 8.0
AgECvAssetStatus Added
STK 8.0
AgECvBounds Added
STK 8.0
AgECvDataRetention Added
STK 8.0
AgECvGridClass Added
STK 8.0
AgECvPointLocMethod Added
STK 8.0
AgECvRegionAccessAccel Added
STK 8.0
AgECvResolution Added
STK 8.0
AgEDataSaveMode Added
STK 8.0
AgEFmAcrossAssets Added
STK 8.0
AgEFmCompute Added
STK 8.0
AgEFmComputeType Added
STK 8.0
AgEFmConstraintName Added
STK 8.0
AgEFmDefinitionType Added
STK 8.0
AgEFmEndGapOption Added
STK 8.0
AgEFmGfxAccumulation Added
STK 8.0
AgEFmGfxColorMethod Added
STK 8.0
AgEFmGfxContourType Added
STK 8.0
AgEFmGfxDirection Added
STK 8.0
AgEFmGfxFloatingPointFormat Added
STK 8.0
AgEFmMethod Added
STK 8.0
AgEFmNAMethodType Added
STK 8.0
AgEFmSatisfactionType Added
STK 8.0
AgEGPSAttModelType Added
STK 8.0
AgEIvClockHost Added
STK 8.0
AgEIvTimeSense Added
STK 8.0
AgEMarkerStyle Removed
STK 8.0
AgESnPtFixedType Removed
STK 8.0
AgEVeBodyName Removed
STK 8.0
AgEVeVOFramesType Removed
STK 8.0
AgFigureOfMerit Added
STK 8.0
AgFmDefAccessConstraint Added
STK 8.0
AgFmDefAccessSeparation Added
STK 8.0
AgFmDefCompute Added
STK 8.0
AgFmDefDataBestN Added
STK 8.0
AgFmDefDataMinAssets Added
STK 8.0
AgFmDefDataMinMax Added
STK 8.0
AgFmDefDataPercentLevel Added
STK 8.0
AgFmDefDilutionOfPrecision Added
STK 8.0
AgFmDefNavigationAccuracy Added
STK 8.0
AgFmDefResponseTime Added
STK 8.0
AgFmDefRevisitTime Added
STK 8.0
AgFmDefSimpleCoverage Added
STK 8.0
AgFmDefTimeAverageGap Added
STK 8.0
AgFmGfxAttributesAnimation Added
STK 8.0
AgFmGfxContoursAnimation Added
STK 8.0
AgFmNAMethodConstant Added
STK 8.0
AgFmNAMethodElevationAngle Added
STK 8.0
AgLineTarget Added
STK 8.0
AgVeVOSystemsElement Added
STK 8.0
AgVeVOSystemsSpecialElement Added
STK 8.0
IAgChain Added
STK 8.0
IAgChConstraints Added
STK 8.0
IAgChGfxAnimation Added
STK 8.0
IAgChGfxStatic Added
STK 8.0
IAgChGraphics Added
STK 8.0
IAgChTimePeriodBase Added
STK 8.0
IAgChUserSpecifiedTimePeriod Added
STK 8.0
IAgChVO Added
STK 8.0
IAgCoverageDefinition Added
STK 8.0
IAgCvAdvanced Added
STK 8.0
IAgCvAreaTargetsCollection Added
STK 8.0
IAgCvAssetListCollection Added
STK 8.0
IAgCvAssetListElement Added
STK 8.0
IAgCvBounds Added
STK 8.0
IAgCvBoundsCustomRegions Added
STK 8.0
IAgCvBoundsGlobal Added
STK 8.0
IAgCvBoundsLat Added
STK 8.0
IAgCvBoundsLatLine Added
STK 8.0
IAgCvBoundsLonLine Added
STK 8.0
IAgCvGfxAnimation Added
STK 8.0
IAgCvGfxProgress Added
STK 8.0
IAgCvGfxStatic Added
STK 8.0
IAgCvGraphics Added
STK 8.0
IAgCvGrid Added
STK 8.0
IAgCvInterval Added
STK 8.0
IAgCvPointDefinition Added
STK 8.0
IAgCvPointFileListCollection Added
STK 8.0
IAgCvRegionFilesCollection Added
STK 8.0
IAgCvResolution Added
STK 8.0
IAgCvResolutionArea Added
STK 8.0
IAgCvResolutionDistance Added
STK 8.0
IAgCvResolutionLatLon Added
STK 8.0
IAgCvVO Added
STK 8.0
IAgCvVOAttributes Added
STK 8.0
IAgFigureOfMerit Added
STK 8.0
IAgFmAssetListCollection Added
STK 8.0
IAgFmAssetListElement Added
STK 8.0
IAgFmDefAccessConstraint Added
STK 8.0
IAgFmDefAccessSeparation Added
STK 8.0
IAgFmDefCompute Added
STK 8.0
IAgFmDefDataBestN Added
STK 8.0
IAgFmDefDataMinAssets Added
STK 8.0
IAgFmDefDataMinMax Added
STK 8.0
IAgFmDefDataPercentLevel Added
STK 8.0
IAgFmDefDilutionOfPrecision Added
STK 8.0
IAgFmDefinition Added
STK 8.0
IAgFmDefinitionData Added
STK 8.0
IAgFmDefNavigationAccuracy Added
STK 8.0
IAgFmDefResponseTime Added
STK 8.0
IAgFmDefRevisitTime Added
STK 8.0
IAgFmDefSimpleCoverage Added
STK 8.0
IAgFmDefTimeAverageGap Added
STK 8.0
IAgFmGfxAttributes Added
STK 8.0
IAgFmGfxAttributesAnimation Added
STK 8.0
IAgFmGfxColorOptions Added
STK 8.0
IAgFmGfxContours Added
STK 8.0
IAgFmGfxContoursAnimation Added
STK 8.0
IAgFmGfxLegend Added
STK 8.0
IAgFmGfxLegendWindow Added
STK 8.0
IAgFmGfxLevelAttributesCollection Added
STK 8.0
IAgFmGfxLevelAttributesElement Added
STK 8.0
IAgFmGfxPositionOnMap Added
STK 8.0
IAgFmGfxRampColor Added
STK 8.0
IAgFmGfxRangeColorOptions Added
STK 8.0
IAgFmGfxTextOptions Added
STK 8.0
IAgFmGraphics Added
STK 8.0
IAgFmNAMethod Added
STK 8.0
IAgFmNAMethodConstant Added
STK 8.0
IAgFmNAMethodElevationAngle Added
STK 8.0
IAgFmSatisfaction Added
STK 8.0
IAgFmUncertainties Added
STK 8.0
IAgFmVO Added
STK 8.0
IAgFmVOAttributes Added
STK 8.0
IAgFmVOLegendWindow Added
STK 8.0
IAgGreatArcGraphics Added
STK 8.0
IAgGreatArcVehicle Added
STK 8.0
IAgGreatArcVO Added
STK 8.0
IAgLineTarget Added
STK 8.0
IAgLtGraphics Added
STK 8.0
IAgLtPoint Added
STK 8.0
IAgLtPointCollection Added
STK 8.0
IAgLtVO Added
STK 8.0
IAgRfCoefficients Added
STK 8.0
IAgRfModelBase Added
STK 8.0
IAgRfModelEffectiveRadiusMethod Added
STK 8.0
IAgRfModelITURP8344 Added
STK 8.0
IAgRfModelSCFMethod Added
STK 8.0
IAgVeProfileGPS Added
STK 8.0
IAgVeVOFramesCollection Removed
STK 8.0
IAgVeVOFramesElement Removed
STK 8.0
IAgVeVOSystemsCollection Added
STK 8.0
IAgVeVOSystemsElement Added
STK 8.0
IAgVeVOSystemsElementBase Added
STK 8.0
IAgVeVOSystemsSpecialElement Added
STK 8.0

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessConstraints Removed enum eCstrRefractedRange
Removed enum eCstrRefractedElevation
Removed enum eCstrRefractedLineOfSight
STK 8.0
AgETerrainFileType Added enum eArcInfoBinGridMSLFile
STK 8.0
AgEThirdBodyGravity Added enum eTBGGanymede
Added enum eTBGCharon
Added enum eTBGTitan
Added enum eTBGTriton
Added enum eTBGCallisto
Added enum eTBGIo
Added enum eTBGEuropa
STK 8.0
AgEVeAltitudeRef Added enum eWayPtAltRefEllipsoid
STK 8.0
AgEVeProfile Added enum eProfileGPS
STK 8.0
IAgAccessCnstrExclZonesCollection Added property ConstraintType
STK 8.0
IAgAccessConstraint Added property ConstraintType
STK 8.0
IAgAreaTypePatternCollection Added method Insert
STK 8.0
IAgATGraphics Changed property BoundaryStyle
STK 8.0
IAgDirection Added method AssignPR
Added method AssignRADec
Added method AssignXYZ
Added method AssignEuler
STK 8.0
IAgLLAPosition Added method AssignGeocentric
Added method AssignGeodetic
STK 8.0
IAgLvVO Added property TrajectorySystems
Removed property TrajectoryFrames
STK 8.0
IAgMsVO Added property TrajectorySystems
Removed property TrajectoryFrames
STK 8.0
IAgMtoTrackCollection Added method Remove
Added method RemoveById
STK 8.0
IAgMtoTrackPoint Changed property Time
STK 8.0
IAgMtoTrackPointCollection Changed method Add
STK 8.0
IAgOrbitState Added method AssignMixedSpherical
Added method AssignEquinoctial
Added method AssignClassical
Added method AssignCartesian
Added method AssignGeodetic
Added method AssignSpherical
STK 8.0
IAgOrientation Added method AssignYPRAngles
Added method AssignAzEl
Added method AssignEulerAngles
Added method AssignQuaternion
STK 8.0
IAgPosition Added method AssignGeocentric
Added method AssignCartesian
Added method AssignCylindrical
Added method AssignGeodetic
Added method AssignSpherical
STK 8.0
IAgSatellite Added property PropagatorSupportedTypes
Added method IsPropagatorTypeSupported
STK 8.0
IAgSaVO Added property OrbitSystems
Removed property OrbitFrames
STK 8.0
IAgScVO Added property DrawOnTerrain
STK 8.0
IAgSensor Added property RefractionModel
Added property UseRefractionInAccess
Added property RefractionSupportedTypes
Added method IsRefractionTypeSupported
STK 8.0
IAgStkAccessAdvanced Added property UseDefaultClockHostAndSignalSense
Added property SignalSenseOfClockHost
Added property ClockHost
STK 8.0
IAgSwath Added property TimeIntervalCount
Added method RemoveTimeInterval
Added method GetTimeIntervalIndex
Added method ModifyTimeInterval
Added method ToArray
Added method AddTimeInterval
Added method RemoveAllIntervals
Added method RemoveTimeIntervalIndex
Deprecated property StartTime - This property is deprecated. Beginning of the time period covered by swath graphics.
Deprecated property StopTime - This property is deprecated. End of the time period covered by swath graphics.
Deprecated method Apply - This method is deprecated. Method to apply all changes to the Swath.
Deprecated method SetTimePeriod - This method is deprecated. Method to set the time period's start and stop time
STK 8.0
IAgVeProfileFixedInAxes Added property AvailableReferenceAxes
STK 8.0
IAgVeProfileSpinAligned Added property AvailableReferenceVectors
STK 8.0
IAgVePropagatorSPICE Added property AvailableBodyNames
STK 8.0
IAgVePropagatorStkExternal Changed property Step
Changed property StartTime
Changed property StopTime
Added property Filename
Removed property File
STK 8.0
IAgVeScheduleTimesCollection Added property AvailableTargets
STK 8.0
IAgVeTargetPointingCollection Added method Remove
STK 8.0
IAgVeTargetPointingElement Added property AvailableConstrainedVectors
STK 8.0
IAgVeVector Added property AvailableReferenceVectors
STK 8.0
IAgVeVOWaypointMarkersElement Added method SetImageFile
STK 8.0
IAgVODataDisplayElement Changed method RemoveFromWindow
Changed method AddToWindow
Changed method IsDisplayedInWindow
STK 8.0
IAgVOModelPointing Added method AddInterval
Added method RemoveInterval
STK 8.0
IAgVOPointableElementsCollection Added method Sort
STK 8.0
IAgVOPointableElementsElement Added property Intervals
STK 8.0

What's New in AGI STK Objects 7

New in Version 7.1

Migrating to STK Object Model 7.1

For example, in .NET languages users may need to change a namespace:

[C#] AGI.STKObjects.AgStkObjectRoot root;
...
AGI.STKObjects.IAgUnitPrefsDimCollection coll = root.UnitPreferences; // compile-error

To resolve the issue, change the namespace AGI.STKObjects to AGI.STKUtil:

AGI.STKObjects.AgStkObjectRoot root;
...
AGI.STKUtil.IAgUnitPrefsDimCollection coll = root.UnitPreferences; // OK

Added or Removed Classes, Interfaces and Enumerations

Object Changes Version
AgAccessCnstrCbObstruction Added
STK 7.1
AgAccessCnstrTimeSlipRange Added
STK 7.1
AgEAberrationType Added
STK 7.1
AgEAcWGS84WarningType Added
STK 7.1
AgESnAltCrossingDirection Added
STK 7.1
AgESnAltCrossingSides Added
STK 7.1
AgESnVOInheritFrom2D Added
STK 7.1
AgESurfaceReference Added
STK 7.1
AgEVeVOBPlaneTargetPointPosition Added
STK 7.1
AgLaunchVehicle Added
STK 7.1
AgLLAPosition Added
STK 7.1
AgMto Added
STK 7.1
AgVeGfxAttributesBasic Removed
STK 7.1
AgVePropagatorSimpleAscent Added
STK 7.1
AgVeSGP4OnlineAutoLoad Added
STK 7.1
AgVeSGP4OnlineLoad Added
STK 7.1
AgVeSGP4SpaceTrackLoad Added
STK 7.1
AgVORefCrdn Removed
STK 7.1
IAgAccess Removed
STK 7.1
IAgAccessCnstrCbObstruction Added
STK 7.1
IAgAccessCnstrTimeSlipRange Added
STK 7.1
IAgLaunchVehicle Added
STK 7.1
IAgLLAGeocentric Added
STK 7.1
IAgLLAGeodetic Added
STK 7.1
IAgLvGraphics Added
STK 7.1
IAgLvVO Added
STK 7.1
IAgMto Added
STK 7.1
IAgMtoDefaultGfxTrack Added
STK 7.1
IAgMtoDefaultTrack Added
STK 7.1
IAgMtoDefaultVOTrack Added
STK 7.1
IAgMtoGfxFadeTimes Added
STK 7.1
IAgMtoGfxGlobalTrackOptions Added
STK 7.1
IAgMtoGfxLeadTrailTimes Added
STK 7.1
IAgMtoGfxLine Added
STK 7.1
IAgMtoGfxMarker Added
STK 7.1
IAgMtoGfxTrack Added
STK 7.1
IAgMtoGfxTrackCollection Added
STK 7.1
IAgMtoGlobalTrackOptions Added
STK 7.1
IAgMtoGraphics Added
STK 7.1
IAgMtoTrack Added
STK 7.1
IAgMtoTrackCollection Added
STK 7.1
IAgMtoTrackPoint Added
STK 7.1
IAgMtoTrackPointCollection Added
STK 7.1
IAgMtoVO Added
STK 7.1
IAgMtoVODropLines Added
STK 7.1
IAgMtoVOGlobalTrackOptions Added
STK 7.1
IAgMtoVOMarker Added
STK 7.1
IAgMtoVOModel Added
STK 7.1
IAgMtoVOPoint Added
STK 7.1
IAgMtoVOSwapDistances Added
STK 7.1
IAgMtoVOTrack Added
STK 7.1
IAgMtoVOTrackCollection Added
STK 7.1
IAgObjectCoverage Removed
STK 7.1
IAgStkObjectXPathNavigator Removed
STK 7.1
IAgUnitPrefsDim Removed
STK 7.1
IAgUnitPrefsDimCollection Removed
STK 7.1
IAgUnitPrefsUnit Removed
STK 7.1
IAgUnitPrefsUnitCollection Removed
STK 7.1
IAgVeEclipseBodies Added
STK 7.1
IAgVeGfxNoteListCollection Removed
STK 7.1
IAgVeLvInitialState Added
STK 7.1
IAgVePosition Removed
STK 7.1
IAgVePropagatorSimpleAscent Added
STK 7.1
IAgVeSGP4OnlineAutoLoad Added
STK 7.1
IAgVeSGP4OnlineLoad Added
STK 7.1
IAgVeSGP4SpaceTrackLoad Added
STK 7.1
IAgVeVOBearingBox Added
STK 7.1
IAgVeVOBearingEllipse Added
STK 7.1
IAgVeVOBPlaneEvent Added
STK 7.1
IAgVeVOBPlaneInstance Added
STK 7.1
IAgVeVOBPlaneInstancesCollection Added
STK 7.1
IAgVeVOBPlanePoint Added
STK 7.1
IAgVeVOBPlanePointCollection Added
STK 7.1
IAgVeVOBPlanes Added
STK 7.1
IAgVeVOBPlaneTargetPoint Added
STK 7.1
IAgVeVOBPlaneTargetPointPosition Added
STK 7.1
IAgVeVOBPlaneTargetPointPositionCartesian Added
STK 7.1
IAgVeVOBPlaneTargetPointPositionPolar Added
STK 7.1
IAgVeVOBPlaneTemplate Added
STK 7.1
IAgVeVOBPlaneTemplateDisplayCollection Added
STK 7.1
IAgVeVOBPlaneTemplateDisplayElement Added
STK 7.1
IAgVeVOBPlaneTemplatesCollection Added
STK 7.1
IAgVeVOControlBox Added
STK 7.1
IAgVeVOLineOfBearing Added
STK 7.1
IAgVeVOProximityAreaObject Added
STK 7.1
IAgVOOffsetAttach Added
STK 7.1

Changed Classes, Interfaces and Enumerations

Object Changes Version
AgEAccessConstraints Added enum eCstrCbObstruction
Added enum eCstrForeground
STK 7.1
AgELeadTrailData Added enum eDataCurrentInterval
STK 7.1
AgELLAPositionType Added enum eLLAPosUnknown
STK 7.1
AgEOrbitStateType Added enum eOrbitStateGeodetic
STK 7.1
AgESnRefractionType Added enum eITU_R_P834_4
STK 7.1
AgESTKObjectType Added enum eSubmarine
STK 7.1
AgETerrainFileType Added enum eArcInfoBinGridFile
STK 7.1
AgEVeGfxElevation Deprecated enum eElevationNone - This enumeration is deprecated.
STK 7.1
AgEVePropagatorType Added enum ePropagatorSimpleAscent
STK 7.1
AgEVOLocation Added enum eOffsetFromAccessObject
STK 7.1
IAgAccessCnstrCrdnCn Added property AvailableReferences
STK 7.1
IAgAccessCnstrExclZonesCollection Added property Item
Added property _NewEnum
STK 7.1
IAgAccessConstraint Deprecated property IsPlugin - This property is deprecated. It is now read-only.
STK 7.1
IAgAcGraphics Added property LabelNotes
STK 7.1
IAgATVO Added property FillGranularity
STK 7.1
IAgClassicalSizeShapeRadius Added method SetSizeShapeRadius
STK 7.1
IAgFaVO Added property ModelPointing
STK 7.1
IAgGfxRangeContours Added property NumOfDecimalDigits
STK 7.1
IAgGvGraphics Added property LabelNotes
STK 7.1
IAgMsGraphics Added property LabelNotes
STK 7.1
IAgOrbitStateCartesian Added property SupportedCoordinateSystemTypes
STK 7.1
IAgOrbitStateClassical Added property SupportedCoordinateSystemTypes
STK 7.1
IAgOrbitStateDelaunay Added property SupportedCoordinateSystemTypes
STK 7.1
IAgOrbitStateEquinoctial Added property SupportedCoordinateSystemTypes
STK 7.1
IAgOrbitStateGeodetic Added property SupportedCoordinateSystemTypes
STK 7.1
IAgOrbitStateMixedSpherical Added property SupportedCoordinateSystemTypes
STK 7.1
IAgOrbitStateSpherical Added property SupportedCoordinateSystemTypes
STK 7.1
IAgPlPosCentralBody Added property AvailableEphemSourceTypes
Added property AvailableCentralBodies
STK 7.1
IAgPtTargetVOModel Added property IsPointVisible
Added property PointSize
STK 7.1
IAgSaGraphics Added property LabelNotes
STK 7.1
IAgSatellite Added property EclipseBodies
STK 7.1
IAgSaVO Added property BPlanes
STK 7.1
IAgSaVOModel Added property IsPointVisible
Added property PointSize
STK 7.1
IAgScenario Added property AcWGS84Warning
STK 7.1
IAgScGlobeServerConfigData Added property Username
Added method SetPassword
STK 7.1
IAgScVO Added property SurfaceReference
STK 7.1
IAgShGraphics Added property LabelNotes
STK 7.1
IAgSnComplexConicPattern Added method SetClockAngles
STK 7.1
IAgSnProjDisplayDistance Added property AltCrossingSides
Added property ProjectsThruCrossing
Added property Direction
STK 7.1
IAgSnProjection Added property ShowOn2DMap
Added property UseDistance
STK 7.1
IAgSnPtFixedAxes Added property AvailableAxes
STK 7.1
IAgSnPtSpinning Added method SetClockAngles
STK 7.1
IAgSnSARPattern Added method SetElevationAngles
STK 7.1
IAgSnVO Added property InheritFrom2D
STK 7.1
IAgStar Deprecated property Epoch - This property is deprecated. It is now read-only.
STK 7.1
IAgStGraphics Deprecated property MarkerVisible - This property is deprecated and should not be used.
STK 7.1
IAgStkAccess Added property DataDisplays
STK 7.1
IAgStkAccessAdvanced Added property AberrationType
Added property TimeLightDelayConvergence
STK 7.1
IAgStkObjectCollection Added method Import
STK 7.1
IAgStkObjectRoot Added method ExecuteMultipleCommands
STK 7.1
IAgSwath Added method SetTimePeriod
STK 7.1
IAgTargetVO Added property ModelPointing
STK 7.1
IAgVeGfxLeadTrailData Added property HasLeadData
Added property HasTrailData
Added method SetTrailSameAsLead
STK 7.1
IAgVeProfileCoordinatedTurn Added property TimeOffset
STK 7.1
IAgVeRouteVOModel Added property IsPointVisible
Added property PointSize
STK 7.1
IAgVeTrajectoryVOModel Added property IsPointVisible
Added property PointSize
STK 7.1
IAgVeVOOrbitProximity Added property LineOfBearing
Added property BearingEllipse
Added property ControlBox
Added property BearingBox
STK 7.1
IAgVeVORouteProximity Added property LineOfBearing
Added property BearingEllipse
Added property ControlBox
Added property BearingBox
STK 7.1
IAgVeVOTrajectoryProximity Added property LineOfBearing
Added property BearingEllipse
Added property ControlBox
Added property BearingBox
STK 7.1
IAgVODataDisplayCollection Added method AddDataDisplayRequiringPreData
Added method IsPreDataRequired
STK 7.1
IAgVOMarker Added method SetMarkerImageFile
STK 7.1
IAgVOOffset Added property AttachPoint
STK 7.1
IAgVORefCrdnAxes Added property AvailableAxes
STK 7.1
IAgVORefCrdnPoint Added property AvailableSystems
STK 7.1

STK Programming Interface 11.0.1