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


Result code of the item generation operation.

Syntax

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

Remarks

Call IEdmVault5::GetErrorString to get a meaningful description of the error.

See Also