This document is archived and information here might be outdated.  Recommended version.


IRasterTypeProperties.SupportedURIFilters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.SupportedURIFilters Property
ArcGIS Developer Help

IRasterTypeProperties.SupportedURIFilters Property

Default URI filters supported by the raster type.

[Visual Basic .NET]
Public Property SupportedURIFilters As IArray
[C#]
public IArray SupportedURIFilters {get; set;}
[C++]
HRESULT get_SupportedURIFilters(
  IArray* pppItemURIFilterArray
);
[C++]
HRESULT putref_SupportedURIFilters(
  IArray** pppItemURIFilterArray
);
[C++]
Parameters
pppItemURIFilterArray [in]

pppItemURIFilterArray is a parameter of type IArray* pppItemURIFilterArray [out, retval]
pppItemURIFilterArray is a parameter of type IArray**

Product Availability

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

See Also

IRasterTypeProperties Interface