IItemURIFilter Interface

Provides access to members that control an item URI filter.

Members

Name Description
Method ApplyFilter Indicates whether the specified item URI object pass through the filter.
Read/write property Name The name of the item URI filter.
Read/write property SupportedTemplateNames The list of supported template names.
Read/write property SupportsOrthorectification Indicates whether the item URI filter supports ortho-rectification.

IItemURIFilter.ApplyFilter Method

Indicates whether the specified item URI object pass through the filter.

Public Function ApplyFilter ( _
    ByVal pItemURI As IItemURI _
) As Boolean
public bool ApplyFilter (
    IItemURI pItemURI
);

IItemURIFilter.Name Property

The name of the item URI filter.

Public Property Name As String
public string Name {get; set;}

IItemURIFilter.SupportedTemplateNames Property

The list of supported template names.

Public Property SupportedTemplateNames As IStringArray
public IStringArray SupportedTemplateNames {get; set;}

IItemURIFilter.SupportsOrthorectification Property

Indicates whether the item URI filter supports ortho-rectification.

Public Property SupportsOrthorectification As Boolean
public bool SupportsOrthorectification {get; set;}

Classes that implement IItemURIFilter

Classes Description
CompositeURIFilter A composite URI filter object.
URIProductNameFilter A URI filter object for product names.
URIPropertiesFilter A URI filter that uses property names and values for filtering out incoming item URIs.

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