SOLIDWORKS PDM Professional API Help Send Feedback
EdmUnlockErrInfo Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmUnlockErrInfo Structure


Contains extended information about an error message. 

Syntax

Visual Basic 
Public Structure EdmUnlockErrInfo 
   Inherits System.ValueType
C# 
public struct EdmUnlockErrInfo : System.ValueType 
C++/CLI 
public value class EdmUnlockErrInfo : public System.ValueType 

Example

struct EdmUnlockErrInfo{
  integer mlDocID;
  string mbsConfigName;
  integer mlVarID;
  string mbsVarName;
};

Example

Remarks

This struct is displayed with IEdmUnlockOpCallback::MsgBox.

See Also

Availability

Version 6.3 of SOLIDWORKS PDM Professional