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


Unique ID of the file.

Syntax

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

Example

See the EdmSelItem examples.

Remarks

ID can be retrieved from IEdmObject5::ID. You can set this argument to 0 to add all the files in the specified folder.

See Also