Gets or sets whether or not to enable ray tracing depth.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property EnableRayTraceDepthSettings As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IPwOptions
Dim value As Boolean
instance.EnableRayTraceDepthSettings = value
value = instance.EnableRayTraceDepthSettings
|
| C# | |
|---|
bool EnableRayTraceDepthSettings {get; set;} |
| C++/CLI | |
|---|
property bool EnableRayTraceDepthSettings {
bool get();
void set (bool value);
} |
Return Value
True to enable ray tracing depth, false to not
Example
See Also
Availability
PhotoWorks API 2006 FCS