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


IObjects.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IObjects.Insert Method

Insert object into the array at the given index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal Object As Object, _
    ByVal CLSID As UID _
)
[C#]
public void Insert (
    int Index,
    object Object,
    UID CLSID
);
[C++]
HRESULT Insert(
  long Index,
  LPUNKNOWN Object,
  IUID* CLSID
);
[C++]

Parameters Index [in] Index is a parameter of type long Object [in] Object is a parameter of type LPUNKNOWN CLSID [in]
CLSID is a parameter of type IUID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IObjects Interface