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


Contains error information.

Syntax

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

Example

struct EdmBatchError{
  integer mlFileID;
  integer mlVariableID;
  integer mlErrorCode;
};

Remarks

See Also

Availability

Version 6.2 of SOLIDWORKS PDM Professional