ArcObjects Library Reference (Carto)  

IActionCollection.Remove Method

Removes an action from the collection.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal nIndex As Integer _
)
[C#]
public void Remove (
    int nIndex
);
[C++]
HRESULT Remove(
  Long nIndex
);
[C++]

Parameters

nIndex [in]   nIndex is a parameter of type Long

Product Availability

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

See Also

IActionCollection Interface