AGI STK Objects 11 Send comments on this topic.
GeomagFluxSrc Property (IAgVeSolarFluxGeoMagUseFile)
See Also 





Description

Select a method for updating the geomagnetic flux update rate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GeomagFluxSrc() As AgEVeGeomagFluxSrc

[C#]
public AgEVeGeomagFluxSrc GeomagFluxSrc {get; set;}

[Managed C++]
public: __property AgEVeGeomagFluxSrc get_GeomagFluxSrc();
public: __property void set_GeomagFluxSrc(
AgEVeGeomagFluxSrc
);

[Unmanaged C++]
public: HRESULT get_GeomagFluxSrc(
AgEVeGeomagFluxSrc * pRetVal
);
public: HRESULT put_GeomagFluxSrc(
AgEVeGeomagFluxSrc NewGeomagFluxSrc
);

[Java]
public AgEVeGeomagFluxSrc getGeomagFluxSrc();public void setGeomagFluxSrc(
AgEVeGeomagFluxSrc
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1