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


IFieldDomainInfos.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFieldDomainInfos.Insert Method

Adds a Field Domain info info at the specified position.

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

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

Product Availability

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

See Also

IFieldDomainInfos Interface