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


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

IFunctionRasterDataset.FullName Property

The name of this function raster dataset.

[Visual Basic .NET]
Public WriteOnly Property FullName
[C#]
public void FullName {set;}
[C++]
HRESULT putref_FullName(
  IName* 
);
[C++]
Parameters
 [in]

is a parameter of type IName*

Product Availability

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

See Also

IFunctionRasterDataset Interface

.NET Samples

Create a Function Raster dataset Create a Math Function Raster dataset Create a custom raster function Create an NDVI custom raster function