This document is archived and information here might be outdated. Recommended version. |
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*