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


IRasterTypeFactory.CreateRasterType Method (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.CreateRasterType Method
ArcGIS Developer Help

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