This document is archived and information here might be outdated. Recommended version. |
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