ArcObjects Library Reference (Carto)  

IRasterClassifyColorRampRenderer.ClassField Property

Field this renderer is using.

[Visual Basic .NET]
Public Property ClassField As String
[C#]
public string ClassField {get; set;}
[C++]
HRESULT get_ClassField(
  BSTR* Field
);
[C++]
HRESULT put_ClassField(
  BSTR Field
);
[C++]

Parameters

Field [out, retval]   Field is a parameter of type BSTR Field [in]   Field is a parameter of type BSTR

Product Availability

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

Remarks

The ClassField property determines the field of the raster on which the classification will be performed. With the NormField property, you may optionally specify another field by which the class field will be divided/normalized before the classes are determined. The ClassField and NormField must be numeric. By default, the ClassField is Value and the NormField is empty.

See Also

IRasterClassifyColorRampRenderer Interface