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


IAnnotateLayerPropertiesCollection.Remove Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IAnnotateLayerPropertiesCollection.Remove Method

Removes the item in the collection at the specified index.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal layerProps As IAnnotateLayerProperties _
)
[C#]
public void Remove (
    IAnnotateLayerProperties layerProps
);
[C++]
HRESULT Remove(
  IAnnotateLayerProperties* layerProps
);
[C++]

Parameters layerProps [in]
layerProps is a parameter of type IAnnotateLayerProperties

Product Availability

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

Description

Remove removes the specified item from the collection.

See Also

IAnnotateLayerPropertiesCollection Interface