This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo3 Interface > IImageServiceInfo3.RasterTypes Property (ArcObjects .NET 10.5 SDK) |
The list of allowed raster type names for adding rasters.
[Visual Basic .NET] Public Property RasterTypes As IRasterTypeInfos
[C#] public IRasterTypeInfos RasterTypes {get; set;}
[C++]
HRESULT get_RasterTypes(
IRasterTypeInfos** ppTypeInfos
);
[C++]
HRESULT putref_RasterTypes(
IRasterTypeInfos* ppTypeInfos
);
[C++]
Parameters ppTypeInfos [out, retval]
ppTypeInfos is a parameter of type IRasterTypeInfos ppTypeInfos [in]
ppTypeInfos is a parameter of type IRasterTypeInfos