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


IPythonAdapterFunctionArguments Interface (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
ArcGIS Developer Help

IPythonAdapterFunctionArguments Interface

Provides access to members that control python adapter function arguments.

Product Availability

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

Members

Name Description
Read-only property Attributes Attributes of the python class.
Read/write property ClassName The name of the python class that implements the raster function. If unspecified, it's assumed that the class name matches the name of the python module.
Read-only property ParameterInfo Input parameters required by the python raster function.
Read/write property PythonModule The python module file path.

Classes that implement IPythonAdapterFunctionArguments

Classes Description
PythonAdapterFunctionArguments A class for an python adaptor raster function arguments.