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


IRasterTypeName.Name Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeName.Name Property

The string representation of the raster type object. This can either be a name of an installed raster type object (like 'Raster Dataset' or 'Landsat 7 ETM+'), or path to a .ART file, or a fully-qualified path to a raster type instanced stored within a mosaic d.

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

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

Product Availability

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

See Also

IRasterTypeName Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder ThumbnailBuilder)