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


IGlobeTileGenerator3.GetCurCacheWriter Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeTileGenerator3.GetCurCacheWriter Method

Get the current cache Writer

[Visual Basic .NET]
Public Sub GetCurCacheWriter ( _
    ByRef ppCacheWriter As IntPtr& _
)
[C#]
public void GetCurCacheWriter (
    ref IntPtr& ppCacheWriter
);
[C++]
HRESULT GetCurCacheWriter(
  ppCacheWriter** ppCacheWriter
);
[C++]

Parameters ppCacheWriter [out] ppCacheWriter is a parameter of type

Product Availability

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

See Also

IGlobeTileGenerator3 Interface