ArcObjects Library Reference (DataSourcesRaster)  

IRasterFormatControl.FormatSupportLevel Property

The current raster format support level.

[Visual Basic .NET]
Public Property FormatSupportLevel As esriRasterFormatSupportLevel
[C#]
public esriRasterFormatSupportLevel FormatSupportLevel {get; set;}
[C++]
HRESULT get_FormatSupportLevel(
  esriRasterFormatSupportLevel* pSupportLevel
);
[C++]
HRESULT put_FormatSupportLevel(
  esriRasterFormatSupportLevel pSupportLevel
);
[C++]

Parameters

pSupportLevel [out, retval]

  pSupportLevel is a parameter of type esriRasterFormatSupportLevel

pSupportLevel [in]

  pSupportLevel is a parameter of type esriRasterFormatSupportLevel

Product Availability

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

See Also

IRasterFormatControl Interface