 
            | Miner.Interop.Framework Assembly > Miner.Interop Namespace : IMMExtendedData Interface | 
The following tables list the members exposed by IMMExtendedData.
| Name | Description | |
|---|---|---|
|  | Attributes | Extended data attributes. | 
|  | Editor | The UID of the ArcGIS editor. | 
|  | IsEditorLoaded | Boolean value. True if the ArcGIS is loaded, false if it is not. | 
|  | IsExtendedDataAttribute | Boolean value. True if attribute is extended data, false if it is not. | 
|  | Modified | Boolean value. True if the value in the current field manager does not match the current value, false if the values are the same. | 
|  | Subtype | The subtype code stored in the extended data manager table. | 
|  | Table | The name of the extended data table that stores the object. | 
| Name | Description | |
|---|---|---|
|  | ClearAttributes | Clears all attributes for the associated object. | 
|  | ClearExtendedDataAttributes | Clears only the extended data attributes for the associated object. | 
|  | ClearNonExtendedDataAttributes | Clears only the attributes that are not extended data. | 
|  | GetAttribute | Retrieves the attribute with the given name. | 
|  | RemoveAttribute | Removes the attribute with the given name. | 
|  | SetAttribute | Creates an attribute with the given name, value, and type. | 
|  | Update | Updates the display of the new object without refreshing the entire screen. |