ArcObjects Library Reference (Carto)  

IRasterLayerExport3.Layer Property

The layer to be exported (e.g. RasterLayer, ImageServerLayer, and etc.).

[Visual Basic .NET]
Public WriteOnly Property Layer
[C#]
public void Layer {set;}
[C++]
HRESULT putref_Layer(
  ILayer* 
);
[C++]

Parameters

[in]

   is a parameter of type ILayer

Product Availability

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

See Also

IRasterLayerExport3 Interface