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


IExportItemsParameters.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.Format Property
ArcGIS Developer Help

IExportItemsParameters.Format Property

The output format.

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

pFormat is a parameter of type BSTR pFormat [out, retval]
pFormat is a parameter of type BSTR*

Product Availability

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

See Also

IExportItemsParameters Interface