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


IRasterFunctionInfo.Help Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterFunctionInfo Interface > IRasterFunctionInfo.Help Property
ArcGIS Developer Help

IRasterFunctionInfo.Help Property

The raster function help URL.

[Visual Basic .NET]
Public Property Help As String
[C#]
public string Help {get; set;}
[C++]
HRESULT get_Help(
  System.String* pHelp
);
[C++]
HRESULT put_Help(
  BSTR pHelp
);
[C++]
Parameters
pHelp [out, retval]

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

Product Availability

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

See Also

IRasterFunctionInfo Interface