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


IRasterTypeFactory.CreateRasterType Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeFactory.CreateRasterType Method

Creates a raster type object given a name.

[Visual Basic .NET]
Public Function CreateRasterType ( _
    ByVal RasterTypeName As String _
) As IRasterType
[C#]
public IRasterType CreateRasterType (
    string RasterTypeName
);
[C++]
HRESULT CreateRasterType(
  BSTR RasterTypeName
);
[C++]

Parameters RasterTypeName [in]
RasterTypeName is a parameter of type BSTR

Product Availability

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

See Also

IRasterTypeFactory Interface