Venice::SetProfile (Interface: Venice)
 
Sets the profile file
 
void SetProfile (
    BSTR bsProfile
)
 
Parameters
bsProfile
[in] Full path to a profile configuration file.
 
See Also
CreateVenice
 
Samples
 
C++
 
pVenice->SetProfile ("C:\\Profiles\\profile.ini");

C#
 
oVenice.SetProfile (@"C:\Profiles\profile.ini");

VBS
 
oVenice.SetProfile("C:\Profiles\profile.ini")

VB.NET
 
oVenice.SetProfile("C:\Profiles\profile.ini")