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


IMapCooker.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.Format Property
ArcGIS Developer Help

IMapCooker.Format Property

The tile cache format.

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

pFormat is a parameter of type BSTR* pFormat [in]
pFormat is a parameter of type BSTR

Product Availability

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

See Also

IMapCooker Interface