I am trying to add a SceneLayer with multipatch building features that are tied to zero elevation at the base/footprint. I want the features in the SceneLayer to overlay onto the ground. This can be done easily in ArcGIS Pro. This can also be done with GraphicsLayer, which SceneLayer is inherited from (see SceneLayer | API Reference | ArcGIS API for JavaScript).
If SceneLayer is inherited from GraphicsLayer, why is the elevationInfo property not also inherited? Is there a work around? Will this be a property added later?
Thanks!