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


IClassifyFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClassifyFunctionArguments Interface
ArcGIS Developer Help

IClassifyFunctionArguments Interface

Provides access to members that control Classify function arguments.

Product Availability

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

Members

Name Description
Read/write property AddedFrameWidth Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Read/write property ClassifierDefinition The trained classifier definition json object.
Read/write property ClassifierDefinitionFile The trained classifier definition file.
Read/write property Raster The source raster object.
Read/write property Raster2 The second source raster object, optional.

Classes that implement IClassifyFunctionArguments

Classes Description
ClassifyFunctionArguments A class for classify raster function arguments.