Provides access to members for managing a PropertySet. Note: the IPropertySet interface has been superseded by IPropertySet2. Please consider using the more recent version.
The IPropertySet interface contains methods to set and retrieve the collection of named value pairs in the PropertySet.
| Description | ||
|---|---|---|
![]() |
Count | The number of properties contained in the property set. |
![]() |
GetAllProperties | The name and value of all the properties in the property set. |
![]() |
GetProperties | The values of the specified properties. |
![]() |
GetProperty | The value of the specified property. |
![]() |
IsEqual | True if the property set is the same as the input property set. |
![]() |
RemoveProperty | Removes a property from the set. |
![]() |
SetProperties | The values of the specified properties. |
![]() |
SetProperty | The value of the specified property. |
| CoClasses and Classes | Description |
|---|---|
| GenericLocatorStyle (esriLocation) | A generic style for creating a new locator. |
| PropertySet | ESRI Property Set object. |
| XmlPropertySet (esriGeoDatabase) | ESRI XML PropertySet object. |