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


IArgStatisticsFunctionArguments.UndefinedClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IArgStatisticsFunctionArguments Interface > IArgStatisticsFunctionArguments.UndefinedClass Property
ArcGIS Developer Help

IArgStatisticsFunctionArguments.UndefinedClass Property

Undefined class value.

[Visual Basic .NET]
Public Property UndefinedClass As Integer
[C#]
public int UndefinedClass {get; set;}
[C++]
HRESULT get_UndefinedClass(
  System.Int32* UndefinedClass
);
[C++]
HRESULT put_UndefinedClass(
  long UndefinedClass
);
[C++]
Parameters
UndefinedClass [out, retval]

UndefinedClass is a parameter of type long* UndefinedClass [in]
UndefinedClass is a parameter of type long

Product Availability

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

See Also

IArgStatisticsFunctionArguments Interface