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


IServiceDescriptionArray.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceDescriptionArray Interface > IServiceDescriptionArray.Insert Method
ArcGIS Developer Help

IServiceDescriptionArray.Insert Method

Insert an element into the array.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal Element As IServiceDescription _
)
[C#]
public void Insert (
    int index,
    IServiceDescription Element
);
[C++]
HRESULT Insert(
  long index,
  IServiceDescription* Element
);
[C++]
Parameters
index [in]

index is a parameter of type long Element [in]
Element is a parameter of type IServiceDescription*

Product Availability

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

See Also

IServiceDescriptionArray Interface