This document is archived and information here might be outdated. Recommended version. |
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*