ArcObjects Library Reference (Geoprocessing)  

IGPRasterData.Format Property

The embedded data format.

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

Parameters

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

Product Availability

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

See Also

IGPRasterData Interface