ArcObjects Library Reference (GeoDatabase)  

IRasterDataset.Format Property

The format of this RasterRataset.

[Visual Basic .NET]
Public ReadOnly Property Format As String
[C#]
public string Format {get;}
[C++]
HRESULT get_Format(
  BSTR* Format
);
[C++]

Parameters

Format [out, retval]   Format is a parameter of type BSTR

Product Availability

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

See Also

IRasterDataset Interface

.NET Samples

Create a custom default raster renderer (Code Files: RasterRendererMaker_1bit_TIFF_VBNET)