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