This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClassifyFunctionArguments Interface > IClassifyFunctionArguments.ClassifierDefinition Property (ArcObjects .NET 10.4 SDK) |
The trained classifier definition json object.
[Visual Basic .NET] Public Property ClassifierDefinition As IJSONObject
[C#] public IJSONObject ClassifierDefinition {get; set;}
[C++]
HRESULT get_ClassifierDefinition(
IJSONObject** ppJsonObj
);
[C++]
HRESULT putref_ClassifierDefinition(
IJSONObject* ppJsonObj
);
[C++]
Parameters ppJsonObj [out, retval]
ppJsonObj is a parameter of type IJSONObject ppJsonObj [in]
ppJsonObj is a parameter of type IJSONObject