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,
  IRasterType** ppRasterType
);
[C++]

Parameters

RasterTypeName [in]   RasterTypeName is a parameter of type BSTR ppRasterType [out, retval]

  ppRasterType is a parameter of type IRasterType

Product Availability

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

See Also

IRasterTypeFactory Interface