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


IGlobeTileGeneratorEx.SceneLayerJSON Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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