ArcObjects Library Reference (GeoDatabaseExtensions)  

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