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


Error code.

Syntax

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

Remarks

Call IEdmVault5:GetErrorString to get the name and description of the error.

See Also