AGI STK Objects 11 Send comments on this topic.
UseUrbanTerrestrial Property (IAgAntennaNoiseTemperature)
See Also 





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 * pRetVal
);
public: HRESULT put_UseUrbanTerrestrial(
VARIANT_BOOL NewUseUrbanTerrestrial
);

[Java]
public bool getUseUrbanTerrestrial();public void setUseUrbanTerrestrial(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1