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


Unique ID of the folder.

Syntax

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

Example

See the EdmSelItem examples.

Remarks

The ID can be retrieved from IEdmObject5::ID.

See Also