ArcObjects Library Reference (Carto)  

ICompositeGraphicsLayer.FindLayer Method

Finds a layer in the composite graphics layer.

[Visual Basic .NET]
Public Function FindLayer ( _
    ByVal LayerName As String _
) As IGraphicsLayer
[C#]
public IGraphicsLayer FindLayer (
    string LayerName
);
[C++]
HRESULT FindLayer(
  BSTR LayerName,
  IGraphicsLayer** GraphicsLayer
);
[C++]

Parameters

LayerName [in]   LayerName is a parameter of type BSTR GraphicsLayer [out, retval]

  GraphicsLayer is a parameter of type IGraphicsLayer

Product Availability

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

See Also

ICompositeGraphicsLayer Interface