This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPythonAdapterFunctionArguments Interface > IPythonAdapterFunctionArguments.ClassName Property (ArcObjects .NET 10.5 SDK) |
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.
[Visual Basic .NET] Public Property ClassName As String
[C#] public string ClassName {get; set;}
[C++]
HRESULT get_ClassName(
BSTR* pClassName
);
[C++]
HRESULT put_ClassName(
BSTR pClassName
);
[C++]
Parameters pClassName [out, retval] pClassName is a parameter of type BSTR pClassName [in] pClassName is a parameter of type BSTR