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


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

IGlobeServerCooker.InitCooking Method

cooks a given globe server object on a given server.

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

serverName is a parameter of type BSTR serverObjectName [in]
serverObjectName is a parameter of type BSTR

Product Availability

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

See Also

IGlobeServerCooker Interface