Solid Edge Design Manager Object Library
SetInsightUserNamePassword Method
Specifies the URL of the workspace.
Specifies the user name.
Specifies the password.
Specifies the domain name.
Description
This method sets the specified user name and password for the specified workspace.
Syntax
Visual Basic
Public Function SetInsightUserNamePassword( _
   ByVal WorkspaceUrl As String, _
   ByVal UserName As String, _
   ByVal Password As String, _
   ByVal DomainName As String _
) As Long
Parameters
WorkspaceUrl
Specifies the URL of the workspace.
UserName
Specifies the user name.
Password
Specifies the password.
DomainName
Specifies the domain name.
See Also

IInsight Object  | IInsight Members