Sets the specified PhotoWorks scene for the active model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetScene( _
ByVal Value As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPhotoWorks
Dim Value As String
Dim value As Boolean
value = instance.SetScene(Value)
|
C# | |
---|
bool SetScene(
string Value
) |
C++/CLI | |
---|
bool SetScene(
& String^ Value
) |
Parameters
- Value
- Path and filename (.p2s) of the PhotoWorks scene
Return Value
True if the scene is set, false if not
Example
See Also
Availability
PhotoWorks API 2006 FCS