Gets or sets whether or not to hide the default folders in the Material Editor tree so that only custom folders appear.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SuppressStandardMaterials As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.SuppressStandardMaterials = value
value = instance.SuppressStandardMaterials
|
C# | |
---|
bool SuppressStandardMaterials {get; set;} |
C++/CLI | |
---|
property bool SuppressStandardMaterials {
bool get();
void set (bool value);
} |
Return Value
True to hide the default folders in the Material Editor tree so that only custom folders appear, false to show the default folders
Example
See Also
Availability
PhotoWorks API 2006 FCS