This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IS > ISimpleStatistics Interface > ISimpleStatistics.DataType Property (ArcObjects .NET 10.5 SDK) |
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
The numeric type of the attribute (i.e., long, float, double, etc.) the statistics are based.