This document is archived and information here might be outdated. Recommended version. |
Adds a parameter to the array at the specified index.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal pParmInfo As IGPParameterInfo _ )
[C#] public void Insert ( int Index, IGPParameterInfo pParmInfo );
[C++]
HRESULT Insert(
long Index,
IGPParameterInfo* pParmInfo
);
[C++] Parameters Index [in]
Index is a parameter of type long pParmInfo [in]
pParmInfo is a parameter of type IGPParameterInfo*