This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGeneratorEx Interface > IGlobeTileGeneratorEx.SceneLayerJSON Property (ArcObjects .NET 10.4 SDK) |
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