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


Unique ID of the variable that caused the error.

Syntax

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

Example

See the EdmUnlockErrInfo examples.

See Also