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


IGlobeTileGeneratorEx.SceneLayerJSON Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGeneratorEx Interface > IGlobeTileGeneratorEx.SceneLayerJSON Property
ArcGIS Developer Help

IGlobeTileGeneratorEx.SceneLayerJSON Property

The scene layer JSON specified with the scene service.

[Visual Basic .NET]
Public Property SceneLayerJSON As IJSONObject
[C#]
public IJSONObject SceneLayerJSON {get; set;}
[C++]
HRESULT get_SceneLayerJSON(
  IJSONObject** ppSceneLayerJSON
);
[C++]
HRESULT putref_SceneLayerJSON(
  IJSONObject* ppSceneLayerJSON
);
[C++]
Parameters
ppSceneLayerJSON [out, retval]

ppSceneLayerJSON is a parameter of type IJSONObject** ppSceneLayerJSON [in]
ppSceneLayerJSON is a parameter of type IJSONObject*

Product Availability

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

See Also

IGlobeTileGeneratorEx Interface