This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterItemFunctionArguments Interface > IRasterItemFunctionArguments.ImageService Property (ArcObjects .NET 10.5 SDK) |
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