ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.RemoveInternalLayerEx Method

Removes the internal layer.

[Visual Basic 6.0]
Sub RemoveInternalLayerEx(
    ByVal pLayer As ILayer _
)
[Visual Basic .NET]
Public Sub RemoveInternalLayerEx ( _
    ByVal pLayer As ILayer _
)
[C#]
public void RemoveInternalLayerEx (
    ILayer pLayer
);
[Java]
public void removeInternalLayerEx (
    ILayer pLayer
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page