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


IPythonAdapterFunctionArguments.ParameterInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPythonAdapterFunctionArguments.ParameterInfo Property

Input parameters required by the python raster function.

[Visual Basic .NET]
Public ReadOnly Property ParameterInfo As Object
[C#]
public object ParameterInfo {get;}
[C++]
HRESULT get_ParameterInfo(
  LPUNKNOWN* ppParameterInfo
);
[C++]

Parameters ppParameterInfo [out, retval] ppParameterInfo is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IPythonAdapterFunctionArguments Interface