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


Version of parent file (assembly).

Syntax

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

Remarks

This member is ignored during write operations, because only the latest version can be updated. Read operations interpret the value, 0, as the latest version.

See Also