STK ObjectsSend comments on this topic.
EnableGroundReflection Property (IAgUrbanTerrestrialLossModelWirelessInSite64)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EnableGroundReflection(
    VARIANT_BOOL val
);
[Java]
public bool getEnableGroundReflection();
public void setEnableGroundReflection(
    bool
);
[Python - STK API ]
@property
def EnableGroundReflection(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.