Allows an application that is not supplied and supported by SOLIDWORKS Corporation to:
- log into SOLIDWORKS PDM Professional
- or - - log into a vault view
- or - - directly access the vault database
when the same user is not already logged into a local view.
| Visual Basic | |
|---|---|
Sub LoginEx( _ ByVal bsUserName As System.String, _ ByVal bsPasswd As System.String, _ ByVal bsVaultName As System.String, _ Optional ByVal lEdmLoginFlags As System.Integer _ ) | |
| C# | |
|---|---|
void LoginEx( System.string bsUserName, System.string bsPasswd, System.string bsVaultName, System.int lEdmLoginFlags ) | |
| C++/CLI | |
|---|---|
void LoginEx( & System.String^ bsUserName, & System.String^ bsPasswd, & System.String^ bsVaultName, & System.int lEdmLoginFlags ) | |
Parameters
- bsUserName
- User name of user created in the SOLIDWORKS PDM Professional User Manager
- bsPasswd
- User password for bsUserName
- bsVaultName
- Name of vault
- lEdmLoginFlags
Login flags:
- 0 = Nothing
- 1 = Web client
To make it easier to program and to comply with the SOLIDWORKS End User License Agreement (EULA), this method ensures that licenses are properly consumed by your application.
IEdmVault13 Interface
IEdmVault13 Members
IEdmVault5::Login Method()
IEdmVault5::LoginAuto Method ()
IEdmVault13 Members
IEdmVault5::Login Method()
IEdmVault5::LoginAuto Method ()
SOLIDWORKS PDM Professional 2014