STK ObjectsSend comments on this topic.
Earth Property (IAgAccessCnstrNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Use Earth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Earth() As Boolean
[C#]
public bool Earth {get; set;}
[Managed C++]
public: __property bool get_Earth();
public: __property void set_Earth( bool );
[Unmanaged C++]
public: HRESULT get_Earth(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Earth(
    VARIANT_BOOL Earth
);
[Java]
public bool getEarth();
public void setEarth(
    bool
);
[Python - STK API ]
@property
def Earth(self) -> bool:

@Earth.setter
def Earth(self, Earth:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.