AGI STK Objects 11 Send comments on this topic.
EnableGroundReflection Property (IAgUrbanTerrestrialLossModelWirelessInSiteRT)
See Also 





Description

Gets or sets the option enabling the ground reflection.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableGroundReflection();
public: __property void set_EnableGroundReflection(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableGroundReflection(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableGroundReflection(
VARIANT_BOOL NewEnableGroundReflection
);

[Java]
public bool getEnableGroundReflection();public void setEnableGroundReflection(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1