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


IRasterRendererClassInfo.IsNumericClasses Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterRendererClassInfo.IsNumericClasses Property

Indicates if the classification field is numeric.

[Visual Basic .NET]
Public ReadOnly Property IsNumericClasses As Boolean
[C#]
public bool IsNumericClasses {get;}
[C++]
HRESULT get_IsNumericClasses(
  VARIANT_BOOL* bNumeric
);
[C++]

Parameters bNumeric [out, retval] bNumeric is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterRendererClassInfo Interface