Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeAttachment interface is used to work with attachment stored by cube coordinate.
ICubeAttachment
The attachment can be obtained suing properties and methods of the ICubeAttachments interface.
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: