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


Number of times the file is referenced.

Syntax

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

Example

See the EdmRawReference examples.

Remarks

This member returns 0 for file formats that do not support counting of file references.

See Also