This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldDomainInfos Interface > IFieldDomainInfos.Insert Method (ArcObjects .NET 10.4 SDK) |
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