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


IRasterDataset.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset Interface > IRasterDataset.Format Property
ArcGIS Developer Help

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(
  System.String* 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