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


IGlobeTileGenerator.Layer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeTileGenerator.Layer Property

The source layer from which to generate tiles.

[Visual Basic .NET]
Public Property Layer As ILayer
[C#]
public ILayer Layer {get; set;}
[C++]
HRESULT get_Layer(
  ILayer** ppLayer
);
[C++]
HRESULT putref_Layer(
  ILayer* ppLayer
);
[C++]

Parameters ppLayer [out, retval]
ppLayer is a parameter of type ILayer ppLayer [in]
ppLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobeTileGenerator Interface