Clears the layer with the specified UID.
[Visual Basic .NET] Public Sub ClearLayer ( _ ByVal LayerUID As String _ )
[C#] public void ClearLayer ( string LayerUID );
[C++]
HRESULT ClearLayer(
BSTR LayerUID
);
[C++]Parameters
LayerUID [in] LayerUID is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.