Gets or sets whether to search sub-folders when a material, scene, or decal file is not found.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SearchSubFolders As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.SearchSubFolders = value
value = instance.SearchSubFolders
|
C# | |
---|
bool SearchSubFolders {get; set;} |
C++/CLI | |
---|
property bool SearchSubFolders {
bool get();
void set (bool value);
} |
Return Value
True search sub-folders when a material, scene, or decal file is not found, false to not
Example
See Also
Availability
PhotoWorks API 2006 FCS