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


IGPDataTypeFactory.GetDataType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPDataTypeFactory.GetDataType Method

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

Product Availability

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

See Also

IGPDataTypeFactory Interface