This document is archived and information here might be outdated. Recommended version. |
Provides access to members used for storage of an object through VARIANTs.
The IPersistVariant interface should be implemented by classes which need to be persistable. This interface was specifically designed for use by programmers who don�t use Visual C++, or C++ development environments.
The stream passed to the IPersistVariant interface is a specialist stream class which implements IVariantStream. Using this interface, any value type, or any COM object can be written to a stream. This stream class is internal to ArcObjects.
See the topics on implementing persistence for more details.
Name | Description | |
---|---|---|
ID | The ID of the object. | |
Load | Loads the object properties from the stream. | |
Save | Saves the object properties to the stream. |
Classes | Description |
---|---|
ImageServerLayer (esriCarto) | Image server layer source and display options. |