Gets or sets the value by which to reduce the size of the contour lines as the model's depth changes away from the viewer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ContourDepthFade As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Integer
instance.ContourDepthFade = value
value = instance.ContourDepthFade
|
C# | |
---|
int ContourDepthFade {get; set;} |
C++/CLI | |
---|
property int ContourDepthFade {
int get();
void set (int value);
} |
Return Value
Value by which to reduce the size of the contour lines as the model's depth changes
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS