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


IGPDataTypeFactory.GetDataTypeNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPDataTypeFactory Interface > IGPDataTypeFactory.GetDataTypeNames Method
ArcGIS Developer Help

IGPDataTypeFactory.GetDataTypeNames Method

Provides the enumeration of data type name objects.

[Visual Basic .NET]
Public Function GetDataTypeNames ( _
) As IEnumGPName
[C#]
public IEnumGPName GetDataTypeNames (
);
[C++]
HRESULT GetDataTypeNames(
void
);

Product Availability

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

See Also

IGPDataTypeFactory Interface