Method DeleteCatalogRow
DeleteCatalogRow(ElementId)
Delete the row of the catalog cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 0, 60)]
void DeleteCatalogRow(ElementId inRow)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inRow | Identifier of the row to delete. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.