Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeAttachmentEdited interface is used to edit attachment stored in cube coordinate.
ICubeAttachmentEdited
To get dimension opened for edit, use properties and methods of the ICubeAttachmentsEdited interface.
| Property name | Brief description | |
| The AttributeValueByIndex property determines the attribute value with the specified index from the dictionary with attachments. | ||
| The AttributeValueByKey property determines the attribute value with the specified key from the dictionary with attachments. | ||
| The Type property determines the attachment type. |
| Property name | Brief description | |
| The AttributeValueByIndex property returns the attribute value with the specified index from the dictionary with attachments. | ||
| The AttributeValueByKey property returns the attribute value with the specified key from the dictionary with attachments. | ||
| The Key property returns attachment key. | ||
| The Type property returns the attachment type. |
See also: