This document is archived and information here might be outdated. Recommended version. |
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*