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


ID of user to which the data belongs.

Syntax

Visual Basic 
Public mlUserID As System.Integer
C# 
public System.int mlUserID
C++/CLI 
public:
System.int mlUserID

Remarks

This field is ignored in calls to IEdmUser10::SetUserDataEx.

See Also