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


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

IRasterFunctionVariable.Name Property

The variable name.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  System.String* pName
);
[C++]
HRESULT put_Name(
  BSTR pName
);
[C++]
Parameters
pName [out, retval]

pName is a parameter of type BSTR* pName [in]
pName is a parameter of type BSTR

Product Availability

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

See Also

IRasterFunctionVariable Interface

.NET Samples

Create a custom raster function Create a custom raster function Create a custom raster function Create a custom raster function Create an NDVI custom raster function Create an NDVI custom raster function Create an NDVI custom raster function