ArcObjects Library Reference (Carto)  

IImageServiceInfo3.RasterTypes Property

The list of allowed raster type names for adding rasters.

[Visual Basic .NET]
Public Property RasterTypes As IRasterTypeInfos
[C#]
public IRasterTypeInfos RasterTypes {get; set;}
[C++]
HRESULT get_RasterTypes(
  IRasterTypeInfos** ppTypeInfos
);
[C++]
HRESULT putref_RasterTypes(
  IRasterTypeInfos* ppTypeInfos
);
[C++]

Parameters

ppTypeInfos [out, retval]

  ppTypeInfos is a parameter of type IRasterTypeInfos

ppTypeInfos [in]

  ppTypeInfos is a parameter of type IRasterTypeInfos

Product Availability

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

See Also

IImageServiceInfo3 Interface