AGI STK Objects 11 Send comments on this topic.
EnableUrbanTerrestrialLoss Property (IAgPropagationChannel)
See Also 
Windows






Windows & Linux

Description

Gets or sets the option to use the urban/terrestrial loss model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableUrbanTerrestrialLoss() As Boolean

[C#]
public bool EnableUrbanTerrestrialLoss {get; set;}

[Managed C++]
public: __property bool get_EnableUrbanTerrestrialLoss();
public: __property void set_EnableUrbanTerrestrialLoss(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableUrbanTerrestrialLoss(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableUrbanTerrestrialLoss(
VARIANT_BOOL NewEnableUrbanTerrestrialLoss
);

[Java]
public bool getEnableUrbanTerrestrialLoss();public void setEnableUrbanTerrestrialLoss(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface