This document is archived and information here might be outdated. Recommended version. |
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*