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


IGPFieldDomain.RemoveKeyField Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldDomain.RemoveKeyField Method

Remove key field.

[Visual Basic .NET]
Public Sub RemoveKeyField ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveKeyField (
    int Index
);
[C++]
HRESULT RemoveKeyField(
  long Index
);
[C++]

Parameters Index [in] Index is a parameter of type long

Product Availability

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

See Also

IGPFieldDomain Interface