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


IRasterTypeProperties.SupportedURIFilters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
pppItemURIFilterArray is a parameter of type IArray pppItemURIFilterArray [in]
pppItemURIFilterArray is a parameter of type IArray

Product Availability

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

See Also

IRasterTypeProperties Interface