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


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

IGlobeTileGenerator.LayerProperties Property

The globe layer properties.

[Visual Basic .NET]
Public Property LayerProperties As IGlobeLayerProperties
[C#]
public IGlobeLayerProperties LayerProperties {get; set;}
[C++]
HRESULT get_LayerProperties(
  IGlobeLayerProperties** ppProps
);
[C++]
HRESULT putref_LayerProperties(
  IGlobeLayerProperties* ppProps
);
[C++]

Parameters ppProps [out, retval]
ppProps is a parameter of type IGlobeLayerProperties ppProps [in]
ppProps is a parameter of type IGlobeLayerProperties

Product Availability

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

See Also

IGlobeTileGenerator Interface