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


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

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