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


ISimpleStatistics.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IS > ISimpleStatistics Interface > ISimpleStatistics.DataType Property
ArcGIS Developer Help

ISimpleStatistics.DataType Property

Returns data type (defined by VARIANT::vt).

[Visual Basic .NET]
Public ReadOnly Property DataType As Object
[C#]
public object DataType {get;}
[C++]
HRESULT get_DataType(
  Variant* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type VARIANT*

Product Availability

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

Description

The numeric type of the attribute (i.e., long, float, double, etc.) the statistics are based.

See Also

ISimpleStatistics Interface