IPythonAdapterFunctionArguments Interface

Provides access to members that control python adapter function arguments.

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.

IPythonAdapterFunctionArguments.Attributes Property

Attributes of the python class.

Public ReadOnly Property Attributes As IPropertySet
public IPropertySet Attributes {get;}

IPythonAdapterFunctionArguments.ClassName Property

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.

Public Property ClassName As String
public string ClassName {get; set;}

IPythonAdapterFunctionArguments.ParameterInfo Property

Input parameters required by the python raster function.

Public ReadOnly Property ParameterInfo As Object
public object ParameterInfo {get;}

IPythonAdapterFunctionArguments.PythonModule Property

The python module file path.

Public Property PythonModule As String
public string PythonModule {get; set;}

Classes that implement IPythonAdapterFunctionArguments

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.