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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1