ArcObjects Library Reference (Carto)  

IMapCacheStorageFormatConvertor.Dataframe Property

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

Product Availability

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

See Also

IMapCacheStorageFormatConvertor Interface