This document is archived and information here might be outdated.  Recommended version.


IRasterTypeFactory.RasterTypeNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeFactory Interface > IRasterTypeFactory.RasterTypeNames Property
ArcGIS Developer Help

IRasterTypeFactory.RasterTypeNames Property

The raster type names created by this factory.

[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

IRasterTypeFactory Interface