This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IR > IRemoveLayersOperation Interface > IRemoveLayersOperation.AddLayerInfo Method (ArcObjects .NET 10.5 SDK) |
Adds the information of the layer that needs to be removed.
[Visual Basic .NET] Public Sub AddLayerInfo ( _ ByVal pLayer As ILayer, _ ByVal pSourceMap As IMap, _ ByVal pSourceGroup As IGroupLayer _ )
[C#] public void AddLayerInfo ( ILayer pLayer, IMap pSourceMap, IGroupLayer pSourceGroup );