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


IPythonAdapterFunctionArguments Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPythonAdapterFunctionArguments Interface

Provides access to members that control python adapter function arguments.

Product Availability

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

Members

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.

CoClasses that implement IPythonAdapterFunctionArguments

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