SOLIDWORKS PDM Professional API Help Send Feedback
UserID Property (IEdmRevision5)
See Also 
EPDM.Interop.epdm Namespace > IEdmRevision5 Interface : UserID Property (IEdmRevision5)


Gets the ID of the user who created this revision.

Syntax

Visual Basic 
ReadOnly Property UserID As System.Integer
C# 
System.int UserID {get;}
C++/CLI 
property System.int UserID {
   System.int get();
}

Property Value

ID of the user who created this revision

See Also