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