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


Contains information about an error that occurred during execution of IEdmBatchDelete::CommitDelete.

Syntax

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

Example

struct EdmBatchDelErrInfo{
  integer mlDocID;
  integer mlProjID;
  string mbsPathName;
  integer mlErrorCode;
};

Example

Remarks

See Also

Availability

Version 12.0 of SOLIDWORKS PDM Professional