com.esri.arcgis.datasourcesfile
Interface IDELayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
DELayer

public interface IDELayer
extends Serializable

Provides access to the Layer Data Element.

Product Availability

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


Method Summary
 IGPLayer getGPLayer()
          The data element layer.
 void setGPLayerByRef(IGPLayer ppLayer)
          The data element layer.
 

Method Detail

getGPLayer

IGPLayer getGPLayer()
                    throws IOException,
                           AutomationException
The data element layer.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.datasourcesfile.IGPLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGPLayerByRef

void setGPLayerByRef(IGPLayer ppLayer)
                     throws IOException,
                            AutomationException
The data element layer.

Product Availability

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

Parameters:
ppLayer - A reference to a com.esri.arcgis.datasourcesfile.IGPLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.