Scenario Earth Data settings.
Read-only property
[Visual Basic .NET] |
---|
Public Property EarthData() As IAgScEarthData |
[C#] |
---|
public IAgScEarthData EarthData {get;} |
[Managed C++] |
---|
public: __property IAgScEarthData ^ get_EarthData(); |
[Unmanaged C++] |
---|
public: HRESULT get_EarthData( IAgScEarthData ** ppVal ); |
[Java] |
---|
public IAgScEarthData getEarthData(); |
[Python - STK API ] |
---|
@property def EarthData(self) -> "IAgScEarthData": |