This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManager Interface > IMapCacheTileManager.Dataframe Property (ArcObjects .NET 10.5 SDK) |
Dataframe name.
[Visual Basic .NET] Public Property Dataframe As String
[C#] public string Dataframe {get; set;}
[C++]
HRESULT get_Dataframe(
BSTR* 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