The following members of class SubtypeSublayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(since Esri Q | unknown |
(since Esri Q | unsupported |
Member Function Documentation
[since Esri::ArcGISRuntime 200.2, deprecated]
QJsonObject SubtypeSublayer::unknownJson () const
This function is deprecated. We strongly advise against using it in new code.
Returns unknown data from the source JSON.
Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, any unknown JSON data is not persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.
This function was introduced in Esri::ArcGISRuntime 200.2.
See also SubtypeSublayer.
[since Esri::ArcGISRuntime 200.2, deprecated]
QJsonObject SubtypeSublayer::unsupportedJson () const
This function is deprecated. We strongly advise against using it in new code.
Returns unsupported data from the source JSON.
Unsupported JSON is a dictionary of values defined in the ArcGIS specification used to create this object but not currently used in this API. If the object is written back to JSON, any unsupported JSON data is persisted. The ArcGIS specification may be from a web map, web scene, REST API, and so on.
This function was introduced in Esri::ArcGISRuntime 200.2.
See also SubtypeSublayer.