STK ObjectsSend comments on this topic.
UseEarth Property (IAgAntennaNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Gets or sets the flag to use noise due to the earth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseEarth() As Boolean
[C#]
public bool UseEarth {get; set;}
[Managed C++]
public: __property bool get_UseEarth();
public: __property void set_UseEarth( bool );
[Unmanaged C++]
public: HRESULT get_UseEarth(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseEarth(
    VARIANT_BOOL val
);
[Java]
public bool getUseEarth();
public void setUseEarth(
    bool
);
[Python - STK API ]
@property
def UseEarth(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.