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





Windows & Linux

Description

Gets or sets the flag to use noise due to the urban/terrestrial.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseUrbanTerrestrial() As Boolean
[C#]
public bool UseUrbanTerrestrial {get; set;}
[Managed C++]
public: __property bool get_UseUrbanTerrestrial();
public: __property void set_UseUrbanTerrestrial( bool );
[Unmanaged C++]
public: HRESULT get_UseUrbanTerrestrial(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseUrbanTerrestrial(
    VARIANT_BOOL val
);
[Java]
public bool getUseUrbanTerrestrial();
public void setUseUrbanTerrestrial(
    bool
);
[Python - STK API ]
@property
def UseUrbanTerrestrial(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.