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


IRasterType.FullName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterType.FullName Property

The full name of the raster type object.

[Visual Basic .NET]
Public Property FullName As IName
[C#]
public IName FullName {get; set;}
[C++]
HRESULT get_FullName(
  IName** ppRasterTypeName
);
[C++]
HRESULT putref_FullName(
  IName* ppRasterTypeName
);
[C++]

Parameters ppRasterTypeName [out, retval]
ppRasterTypeName is a parameter of type IName ppRasterTypeName [in]
ppRasterTypeName is a parameter of type IName

Product Availability

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

See Also

IRasterType Interface

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)