ArcObjects Library Reference  (Carto)    

ICompositeGraphicsLayer.FindLayer Method

Finds a layer in the composite graphics layer.

[Visual Basic 6.0]
Function FindLayer(
    ByVal LayerName As String _
) As IGraphicsLayer
[Visual Basic .NET]
Public Function FindLayer ( _
    ByVal LayerName As String _
) As IGraphicsLayer
[C#]
public IGraphicsLayer FindLayer (
    string LayerName
);
[Java]
public IGraphicsLayer findLayer (
    String LayerName
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page