By Jonathan Cornu on Tuesday, 15 October 2019
Posted in C# Development
Likes 0
Views 1.1K
Votes 0
In context menu of function in EB I can choose the action "Delete with associated objects".

I look for the same action by C# API.

In objectitem there is one Method "Delete" with 4 surcharge.
In Delete Method I can use the enum DeleteType but I don't find the good value in enum:

  • Standard : For all objects
  • DeleteSheetAndRepresentationObjects: For sheets


I would like know if is possible by standard API, or if I need to implement myself the delete of associated object?
View Full Post