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


IFieldDomainInfos.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldDomainInfos Interface > IFieldDomainInfos.Insert Method
ArcGIS Developer Help

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