STK ObjectsSend comments on this topic.
AtmosphereDataType Property (IAgAtmosphericAbsorptionModelITURP676_13)
See Also
Windows





Windows & Linux

Description

Gets or sets the atmosphere data type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosphereDataType() As AgEITURP676AtmosphereDataType
[C#]
public AgEITURP676AtmosphereDataType AtmosphereDataType {get; set;}
[Managed C++]
public: __property AgEITURP676AtmosphereDataType get_AtmosphereDataType();
public: __property void set_AtmosphereDataType( AgEITURP676AtmosphereDataType );
[Unmanaged C++]
public: HRESULT get_AtmosphereDataType(
    AgEITURP676AtmosphereDataType * pVal
);
public: HRESULT put_AtmosphereDataType(
    AgEITURP676AtmosphereDataType val
);
[Java]
public AgEITURP676AtmosphereDataType getAtmosphereDataType();
public void setAtmosphereDataType(
    AgEITURP676AtmosphereDataType
);
[Python - STK API ]
@property
def AtmosphereDataType(self) -> "AgEITURP676AtmosphereDataType":

@AtmosphereDataType.setter
def AtmosphereDataType(self, val:"AgEITURP676AtmosphereDataType") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.