Method AddCatalogNewRow
AddCatalogNewRow(DocumentId)
Add a new row to the catalog cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 0, 60)]
ElementId AddCatalogNewRow(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the family document to modify. |
Returns
| Type | Description |
|---|---|
| ElementId | Row identifier. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.