com.esri.arcgis.system
Interface IPropertySet2

All Superinterfaces:
IPropertySet, Serializable
All Known Implementing Classes:
PropertySet, RasterFunctionTemplateArguments

public interface IPropertySet2
extends IPropertySet, Serializable

Provides access to members for managing a PropertySet.

Product Availability

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


Method Summary
 boolean isEqualNoCase(IPropertySet propertySet)
          True if the property set is the same as the input property set.
 
Methods inherited from interface com.esri.arcgis.system.IPropertySet
getAllProperties, getCount, getProperties, getProperty, isEqual, removeProperty, setProperties, setProperty
 

Method Detail

isEqualNoCase

boolean isEqualNoCase(IPropertySet propertySet)
                      throws IOException,
                             AutomationException
True if the property set is the same as the input property set.

Description

The IsEqualNoCase method compares the input PropertySet to the current PropertySet.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
The isEqual
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.