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


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

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 [in]

ppRasterTypeName is a parameter of type IName* ppRasterTypeName [out, retval]
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