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


Status of the group creation.

Syntax

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

Field Value

0 if successful, 1 if not

Remarks

Call IEdmVault5::GetErrorString to obtain a readable description of the error.

See Also