Method DeleteItem
DeleteItem(ElementItemId)
Deletes an item of the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
void DeleteItem(ElementItemId inItemId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inItemId | Identifier of the item to delete. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method is available since v7.7.201.80.