This document is archived and information here might be outdated.  Recommended version.


IRasterLayerExport3.Layer Property (ArcObjects .NET 10.5 SDK)
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