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


IGlobeCompression.InitGlobeCompression Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGlobeCompression Interface > IGlobeCompression.InitGlobeCompression Method
ArcGIS Developer Help

IGlobeCompression.InitGlobeCompression Method

Initialize for the compression of Globe JPEG data.

[Visual Basic .NET]
Public Sub InitGlobeCompression ( _
)
[C#]
public void InitGlobeCompression (
);
[C++]
HRESULT InitGlobeCompression(
void
);

Product Availability

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

Description

Do not use members of this interface. This is a private interface, that will be removed in future releases.

See Also

IGlobeCompression Interface