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


IClassifyFunctionArguments.ClassifierDefinition Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IClassifyFunctionArguments.ClassifierDefinition Property

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

Product Availability

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

See Also

IClassifyFunctionArguments Interface