Controls whether to reflect the indicent vector on both sides of the plane.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowReflectionsOnBackside() As Boolean |
[C#] |
---|
public bool AllowReflectionsOnBackside {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowReflectionsOnBackside(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowReflectionsOnBackside( VARIANT_BOOL * pRetVal ); public: HRESULT put_AllowReflectionsOnBackside( VARIANT_BOOL AllowReflectionsOnBackside ); |
[Java] |
---|
public bool getAllowReflectionsOnBackside(); public void setAllowReflectionsOnBackside( bool ); |