ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv.NumFormats Property

Number of supported raster formats.

[Visual Basic .NET]
Public ReadOnly Property NumFormats As Integer
[C#]
public int NumFormats {get;}
[C++]
HRESULT get_NumFormats(
  long* pNumFormats
);
[C++]

Parameters

pNumFormats [out, retval]   pNumFormats is a parameter of type long

Product Availability

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

Remarks

The NumFormats property returns the number of supported raster formats, and the Format method returns a RasterFormatInfo object specific to one raster format, which can specify default properties for that format.

See Also

IRasterDefaultsEnv Interface