ArcObjects Library Reference (Carto)  

IImageCooker.ServerObjectName Property

The ArcGIS server object to run the image cooker.

ERROR: Syntax information about IImageCooker.ServerObjectName may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT get_ServerObjectName(
  IName** ppName
);
[C++]
HRESULT putref_ServerObjectName(
  IName* ppName
);
[C++]

Parameters

ppName [out, retval]

  ppName is a parameter of type IName

ppName [in]

  ppName is a parameter of type IName

Product Availability

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

See Also

IImageCooker Interface