ArcObjects Library Reference (Geoprocessing)  

IGPFieldDomain.AddType Method

Add a field type.

[Visual Basic .NET]
Public Sub AddType ( _
    ByVal Type As esriFieldType _
)
[C#]
public void AddType (
    esriFieldType Type
);
[C++]
HRESULT AddType(
  esriFieldType Type
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriFieldType

Product Availability

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

See Also

IGPFieldDomain Interface