AGI STK Astrogator 11 Send comments on this topic.
AtmosDataSource Property (IAgVAMarsGRAM2000)
See Also 





Description

The atmospheric model data source - data file or constant values.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosDataSource() As AgEVAAtmosDataSource

[C#]
public AgEVAAtmosDataSource AtmosDataSource {get; set;}

[Managed C++]
public: __property AgEVAAtmosDataSource get_AtmosDataSource();
public: __property void set_AtmosDataSource(
AgEVAAtmosDataSource
);

[Unmanaged C++]
public: HRESULT get_AtmosDataSource(
AgEVAAtmosDataSource * pRetVal
);
public: HRESULT put_AtmosDataSource(
AgEVAAtmosDataSource NewAtmosDataSource
);

[Java]
public AgEVAAtmosDataSource getAtmosDataSource();public void setAtmosDataSource(
AgEVAAtmosDataSource
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1