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


IRasterTypeName.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeName Interface > IRasterTypeName.Name Property
ArcGIS Developer Help

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(
  System.String* pName
);
[C++]
Parameters
pName [in]

pName is a parameter of type BSTR pName [out, retval]
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 Create a custom raster type