ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeEnvironment.RasterTypeNames Property

Names of all raster types installed on the system.

[Visual Basic .NET]
Public ReadOnly Property RasterTypeNames As IStringArray
[C#]
public IStringArray RasterTypeNames {get;}
[C++]
HRESULT get_RasterTypeNames(
  IStringArray** ppRasterTypeNames
);
[C++]

Parameters

ppRasterTypeNames [out, retval]

  ppRasterTypeNames is a parameter of type IStringArray

Product Availability

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

See Also

IRasterTypeEnvironment Interface