ICubeAttachmentEdited

Assembly: Cubes;

Description

The ICubeAttachmentEdited interface is used to edit attachment stored in cube coordinate.

Inheritance Hierarchy

ICubeAttachmentEdited

Comments

To get dimension opened for edit, use properties and methods of the ICubeAttachmentsEdited interface.

Properties

  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.

Properties inherited from ICubeAttachment

  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:

Cubes Assembly Interfaces