ArcObjects Library Reference (DefenseSolutions)  

IFELuminen.ClearLayer Method

Clears the force element layer with the specified unique id.

[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.

See Also

IFELuminen Interface