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