ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetMapLayers Method

Returns an enumeration of the current layers in the application.

[Visual Basic 6.0]
Function GetMapLayers As IEnumLayer
[Visual Basic .NET]
Public Function GetMapLayers ( _
) As IEnumLayer
[C#]
public IEnumLayer GetMapLayers (
);
[Java]
public IEnumLayer getMapLayers (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetMapLayers(
  IEnumLayer** ppLayers
);
[C++]

Parameters

ppLayers [out, retval]

  ppLayers is a parameter of type IEnumLayer

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page