com.esri.arcgis.system
Interface IPropertySet2

All Superinterfaces:
IPropertySet, java.io.Serializable
All Known Implementing Classes:
IPropertySet2Proxy, PropertySet, RasterFunctionTemplateArguments

public interface IPropertySet2
extends IPropertySet, java.io.Serializable

COM Interface 'IPropertySet2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members for managing a PropertySet.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID613c41d5_3325_11d4_8141_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IPropertySet
IIDf0ba6abc_8e9f_11d0_b4ab_0000f8037368
 
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
 

Field Detail

IID613c41d5_3325_11d4_8141_00c04f686238

static final int IID613c41d5_3325_11d4_8141_00c04f686238
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isEqualNoCase

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

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