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


IPythonAdapterFunctionArguments.ParameterInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPythonAdapterFunctionArguments Interface > IPythonAdapterFunctionArguments.ParameterInfo Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppParameterInfo
);
[C++]
Parameters
ppParameterInfo [out, retval]

ppParameterInfo is a parameter of type IUnknown*

Product Availability

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

See Also

IPythonAdapterFunctionArguments Interface