STK AstrogatorSend comments on this topic.
AtmosDataSource Property (IAgVAJacchiaRoberts)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AtmosDataSource(
    AgEVAAtmosDataSource InVal
);
[Java]
public AgEVAAtmosDataSource getAtmosDataSource();
public void setAtmosDataSource(
    AgEVAAtmosDataSource
);
[Python - STK API ]
@property
def AtmosDataSource(self) -> "AgEVAAtmosDataSource":

@AtmosDataSource.setter
def AtmosDataSource(self, InVal:"AgEVAAtmosDataSource") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.