IPropertySet2 Interface

Provides access to members for managing a PropertySet.

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.

IPropertySet2.IsEqualNoCase Method

True if the property set is the same as the input property set.

Public Function IsEqualNoCase ( _
    ByVal PropertySet As IPropertySet _
) As Boolean
public bool IsEqualNoCase (
    IPropertySet PropertySet
);

Description

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

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.