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


Result of operation.

Syntax

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

Remarks

All errors that can be returned on a file level by IEdmBatchRefVars::GetRefVars and IEdmBatchRefVars::SetRefVars are returned here rather than failing the entire method call.

See Also