This document is archived and information here might be outdated. Recommended version. |
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.