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


IRasterFunctionArguments.GetValue Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionArguments.GetValue Method

Gets a named argument value.

[Visual Basic .NET]
Public Function GetValue ( _
    ByVal Name As String _
) As Object
[C#]
public object GetValue (
    string Name
);
[C++]
HRESULT GetValue(
  BSTR Name
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IRasterFunctionArguments Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIClass) | Create a custom raster function (Code Files: WatermarkFunctionUIClass)