This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeFactory Interface > IRasterTypeFactory.CreateRasterType Method (ArcObjects .NET 10.5 SDK) |
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