| Visual Basic | |
|---|---|
Sub GetCommitErrors( _ ByRef ppoDelErrors() As EdmBatchDelErrInfo _ ) | |
| C# | |
|---|---|
void GetCommitErrors( out EdmBatchDelErrInfo[] ppoDelErrors ) | |
| C++/CLI | |
|---|---|
void GetCommitErrors( & [Out] array<EdmBatchDelErrInfo>^ ppoDelErrors ) | |
Parameters
- ppoDelErrors
- Array of EdmBatchDelErrInfo structures; one for each error that occurred during IEdmBatchDelete::CommitDelete
See the IEdmBatchDelete examples.
Call this method after calling IEdmBatchDelete::CommitDelete.
- S_OK: The method successfully executed.
- E_EDM_NOT_INITIALIZED: IEdmBatchDelete::CommitDelete has not been called.
SOLIDWORKS PDM Professional 2012