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


IRasterLayerExport3.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport3 Interface > IRasterLayerExport3.Layer Property
ArcGIS Developer Help

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