public interface IPropertySet2 extends IPropertySet, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID613c41d5_3325_11d4_8141_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf0ba6abc_8e9f_11d0_b4ab_0000f8037368
Modifier and Type | Method and Description |
---|---|
boolean |
isEqualNoCase(IPropertySet propertySet)
True if the property set is the same as the input property set.
|
getAllProperties, getCount, getProperties, getProperty, isEqual, removeProperty, setProperties, setProperty
static final int IID613c41d5_3325_11d4_8141_00c04f686238
static final int xxDummy
static final java.lang.String IID
boolean isEqualNoCase(IPropertySet propertySet) throws java.io.IOException, AutomationException
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.