This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerPropertiesCollection Interface > IAnnotateLayerPropertiesCollection.Remove Method (ArcObjects .NET 10.4 SDK) |
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
Remove removes the specified item from the collection.