ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.Name Property

Name of the raster type.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  BSTR* pRasterTypeName
);
[C++]
HRESULT put_Name(
  BSTR pRasterTypeName
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterTypeProperties Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to save a raster type to a .art file