This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionArguments Interface > IRasterFunctionArguments.GetValue Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT* pValue
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR pValue [out, retval] pValue is a parameter of type VARIANT