Assembly: 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 | |
![]() |
AttributeValueByIndex | The AttributeValueByIndex property determines the attribute value with the specified index from the dictionary with attachments. |
![]() |
AttributeValueByKey | The AttributeValueByKey property determines the attribute value with the specified key from the dictionary with attachments. |
![]() |
Type | The Type property determines the attachment type. |
| Property name | Brief description | |
![]() |
AttributeValueByIndex | The AttributeValueByIndex property returns the attribute value with the specified index from the dictionary with attachments. |
![]() |
AttributeValueByKey | The AttributeValueByKey property returns the attribute value with the specified key from the dictionary with attachments. |
![]() |
Key | The Key property returns attachment key. |
![]() |
Type | The Type property returns the attachment type. |
See also: