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


IAnnotateLayerPropertiesCollection.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerPropertiesCollection Interface > IAnnotateLayerPropertiesCollection.Remove Method
ArcGIS Developer Help

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