Provides access to members that control python adapter function arguments.
Members
Name | Description | |
---|---|---|
Attributes | Attributes of the python class. | |
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. | |
ParameterInfo | Input parameters required by the python raster function. | |
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. |