This document is archived and information here might be outdated.  Recommended version.


IPropertySet2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPropertySet2 Interface
ArcGIS Developer Help

IPropertySet2 Interface

Provides access to members for managing a PropertySet.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property Count The number of properties contained in the property set.
Method GetAllProperties The name and value of all the properties in the property set.
Method GetProperties The values of the specified properties.
Method GetProperty The value of the specified property.
Method IsEqual True if the property set is the same as the input property set.
Method IsEqualNoCase True if the property set is the same as the input property set.
Method RemoveProperty Removes a property from the set.
Method SetProperties The values of the specified properties.
Method SetProperty The value of the specified property.

Inherited Interfaces

Interfaces Description
IPropertySet Provides access to members for managing a PropertySet.

Classes that implement IPropertySet2

Classes Description
PropertySet Esri Property Set object.
RasterFunctionTemplateArguments (esriDataSourcesRaster) A class for template function arguments.
WeightedOverlayFunctionArguments (esriSpatialAnalyst) The weighted overlay function arguments.
WeightedSumFunctionArguments (esriSpatialAnalyst) The weighted sum function arguments.