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