ArcObjects Library Reference (Server)  

IServiceDescriptionArray.Add Method

Add an element to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Element As IServiceDescription _
)
[C#]
public void Add (
    IServiceDescription Element
);
[C++]
HRESULT Add(
  IServiceDescription* Element
);
[C++]

Parameters

Element [in]

  Element is a parameter of type IServiceDescription

Product Availability

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

See Also

IServiceDescriptionArray Interface