ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplate2.Help Property

The help document URL.

[Visual Basic .NET]
Public Property Help As String
[C#]
public string Help {get; set;}
[C++]
HRESULT get_Help(
  BSTR* 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

IRasterFunctionTemplate2 Interface