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


Error code.

Syntax

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

Remarks

You can get more information about the error by calling IEdmVault5::GetErrorString.

See Also