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