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


IObjects.Set Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjects Interface > IObjects.Set Method
ArcGIS Developer Help

IObjects.Set Method

Add an object at the given index replacing the existing object, which is returned.

[Visual Basic .NET]
Public Function Set ( _
    ByVal Index As Integer, _
    ByVal Object As Object, _
    ByVal CLSID As UID _
) As Object
[C#]
public object Set (
    int Index,
    object Object,
    UID CLSID
);
[C++]
HRESULT Set(
  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 IUnknown CLSID [in]
CLSID is a parameter of type IUID*

Product Availability

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

See Also

IObjects Interface