This document is archived and information here might be outdated. Recommended version. |
Restricted.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal pNode As ITinNode _ )
[C#] public void Insert ( int Index, ITinNode pNode );
[C++]
HRESULT Insert(
long Index,
ITinNode* pNode
);
[C++] Parameters Index [in]
Index is a parameter of type long pNode [in]
pNode is a parameter of type ITinNode*