This document is archived and information here might be outdated. Recommended version. |
Field this renderer is using.
[Visual Basic .NET]
Public Property ClassField As String
[C#]
public string ClassField {get; set;}
[C++]
HRESULT get_ClassField(
System.String* 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
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.