This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPDataTypeFactory Interface > IGPDataTypeFactory.GetDataType Method (ArcObjects .NET 10.4 SDK) |
Provides the data type object given the name.
[Visual Basic .NET] Public Function GetDataType ( _ ByVal Name As String _ ) As IGPDataType
[C#] public IGPDataType GetDataType ( string Name );
[C++]
HRESULT GetDataType(
BSTR Name,
IGPDataType** Type
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Type [out, retval]
Type is a parameter of type IGPDataType