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