Gets a list of the paths to search for missing material, scene, or decal files.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSearchPathList( _
ByVal Count As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim Count As Integer
Dim value As String
value = instance.IGetSearchPathList(Count)
|
C# | |
---|
string IGetSearchPathList(
int Count
) |
C++/CLI | |
---|
String^ IGetSearchPathList(
& int Count
) |
Parameters
- Count
- Number of search paths
Return Value
String array containing the list of paths to search for missing material, scene, or decal files
Remarks
See Also
Availability
PhotoWorks API 2006 FCS