STK ObjectsSend comments on this topic.
SetSolarFluxGeoMagType Method (IAgVeHPOPForceModelDrag)
See Also
SolarFluxGeoMag
Windows





Windows & Linux

Description

Method to set the method for specifying solar and geomagnetic flux.

Syntax

[Visual Basic .NET]
Public Sub SetSolarFluxGeoMagType( _
    ByVal SolarFluxGeoMag As AgEVeSolarFluxGeoMag _
)
[C#]
public void SetSolarFluxGeoMagType(
    AgEVeSolarFluxGeoMag SolarFluxGeoMag
);
[Managed C++]
public: void SetSolarFluxGeoMagType(
    AgEVeSolarFluxGeoMag SolarFluxGeoMag
);
[Unmanaged C++]
public: HRESULT SetSolarFluxGeoMagType(
    AgEVeSolarFluxGeoMag SolarFluxGeoMag
);
[Java]
public void setSolarFluxGeoMagType(
    AgEVeSolarFluxGeoMag SolarFluxGeoMag
);
[Python - STK API ]
def SetSolarFluxGeoMagType(self, SolarFluxGeoMag:"AgEVeSolarFluxGeoMag") -> None:

Parameters

SolarFluxGeoMag

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.