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


IRasterTypeProperties.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 > IRasterTypeProperties Interface > IRasterTypeProperties.Name Property
ArcGIS Developer Help

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

pRasterTypeName is a parameter of type BSTR pRasterTypeName [out, retval]
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