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


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

IMapCacheExporter.Dataframe Property

Dataframe name.

[Visual Basic .NET]
Public Property Dataframe As String
[C#]
public string Dataframe {get; set;}
[C++]
HRESULT get_Dataframe(
  System.String* pDataframe
);
[C++]
HRESULT put_Dataframe(
  BSTR pDataframe
);
[C++]
Parameters
pDataframe [out, retval]

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

Product Availability

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

See Also

IMapCacheExporter Interface