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


IGlobeServerSetup.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerSetup Interface > IGlobeServerSetup.Init Method
ArcGIS Developer Help

IGlobeServerSetup.Init Method

Initializes the server from a globe document path. The path must be accessible to the server machine.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal docFile As String _
)
[C#]
public void Init (
    string docFile
);
[C++]
HRESULT Init(
  BSTR docFile
);
[C++]
Parameters
docFile [in]

docFile is a parameter of type BSTR

Product Availability

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

See Also

IGlobeServerSetup Interface