This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVariable Interface > IGPVariable.DataType Property (ArcObjects .NET 10.5 SDK) |
The data type of the variable.
[Visual Basic .NET] Public Property DataType As IGPDataType
[C#] public IGPDataType DataType {get; set;}
[C++]
HRESULT get_DataType(
IGPDataType** DataType
);
[C++]
HRESULT putref_DataType(
IGPDataType* DataType
);
[C++]
Parameters DataType [out, retval]
DataType is a parameter of type IGPDataType DataType [in]
DataType is a parameter of type IGPDataType