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


IGPUtilities.RemoveInternalLayerEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.RemoveInternalLayerEx Method
ArcGIS Developer Help

IGPUtilities.RemoveInternalLayerEx Method

Removes the internal layer.

[Visual Basic .NET]
Public Sub RemoveInternalLayerEx ( _
    ByVal pLayer As ILayer _
)
[C#]
public void RemoveInternalLayerEx (
    ILayer pLayer
);
[C++]
HRESULT RemoveInternalLayerEx(
  ILayer* pLayer
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities Interface