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


IPythonAdapterFunctionArguments.ClassName Property (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 > IPythonAdapterFunctionArguments.ClassName Property
ArcGIS Developer Help

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.

[Visual Basic .NET]
Public Property ClassName As String
[C#]
public string ClassName {get; set;}
[C++]
HRESULT get_ClassName(
  System.String* 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

Product Availability

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

See Also

IPythonAdapterFunctionArguments Interface