This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Classes > P > PropertySet CoClass (ArcObjects .NET 10.4 SDK) |
Esri Property Set object.
The PropertySet class is a collection of name value pairs. The name must be a string, but the value can be used to store items such as strings, numbers, dates, or even interface pointers to objects.
Interfaces | Description |
---|---|
IClone | Provides access to members that control cloning of objects. |
IPersist (esriSystem) | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream | |
IPropertySet | Provides access to members for managing a PropertySet. |
IPropertySet2 | Provides access to members for managing a PropertySet. |
IXMLSerialize | Provides access to members that XML serialize and deserialize an object to/from XML. |