ArcObjects Library Reference (Carto)  

IDataObjectTypes.Insert Method

Adds a DataObjectType at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal DataObjectType As IDataObjectType _
)
[C#]
public void Insert (
    int Index,
    IDataObjectType DataObjectType
);
[C++]
HRESULT Insert(
  long Index,
  IDataObjectType* DataObjectType
);
[C++]

Parameters

Index [in]   Index is a parameter of type long DataObjectType [in]

  DataObjectType is a parameter of type IDataObjectType

Product Availability

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

See Also

IDataObjectTypes Interface