SOLIDWORKS PDM Professional API Help Send Feedback
mbsPicturePath Field
See Also 
EPDM.Interop.epdm Namespace > EdmUserDataEx Structure : mbsPicturePath Field


Points to an image file (e.g., .jpg, .bmp, .png, etc.)  that can be set using IEdmUser10::SetUserDataEx.

Syntax

Visual Basic 
Public mbsPicturePath As System.String
C# 
public System.string mbsPicturePath
C++/CLI 
public:
System.String^ mbsPicturePath

Remarks

The member can be set to an empty or null string to remove the user's picture.

If you call IEdmUser10::GetUserDataEx, then this field points to the user's picture cached to the client computer disk. This is the cache used bySOLIDWORKS PDM Professional, so you should not delete the file from that location.

See Also