ArcObjects Library Reference (DataSourcesRaster)  

IRasterItemFunctionArguments.ImageService Property

The image service that can be an image server or name object.

[Visual Basic .NET]
Public Property ImageService As Object
[C#]
public object ImageService {get; set;}
[C++]
HRESULT get_ImageService(
  LPUNKNOWN* ppImageService
);
[C++]
HRESULT putref_ImageService(
  LPUNKNOWN ppImageService
);
[C++]

Parameters

ppImageService [out, retval]   ppImageService is a parameter of type LPUNKNOWN ppImageService [in]   ppImageService is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IRasterItemFunctionArguments Interface