ICubeAttachmentManager.Post

Syntax

Post(Iterator: IMatrixModelIterator; Value: ICubeAttachmentsEdited);

Parameters

Iterator. The iterator obtained for resulting cube matrix.

Value. Collection of edited attachments.

Description

The Post method applies all attachment changes to resulting cube matrix for which the iterator was obtained.

Comments

The method applies after the collection was edited using the EditAttachments method.

Example

The example of use is given in description of the ICubeAttachmentManager.EditAttachments method.

See also:

ICubeAttachmentManager