Gets the maximum number of times PhotoWorks can subdivide a scene into simple objects for ray trace calculations.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property RayTraceDepthMaximum As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Integer
value = instance.RayTraceDepthMaximum
|
C# | |
---|
int RayTraceDepthMaximum {get;} |
C++/CLI | |
---|
property int RayTraceDepthMaximum {
int get();
} |
Return Value
Maximum number of times PhotoWorks can subdivide a scene into simple objects for ray trace calculations
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS