// Class: cm.abstract.dataSymInterface.DsiSelOptionEnv Deprecated: public bool propagateStretch; Deprecated: public bool propagateStretchAbsValue; // Class: cm.abstract.dataSymInterface.catalog.DsMeasureParamType Deprecated: extend public str{} stretchMeasureParams() { Deprecated: extend public str{} stretchMeasureParams=(str{} stretchMeasureParams) { Deprecated: extend public void appendStretchMeasureParam(str measureParam) { Deprecated: extend public bool removeStretchMeasureParam(str measureParam) {
Json-functionality in DsiPData
has been refactored into a separate class called DsiPDataJsonInterface
, and is available by calling .jsonInterface()
on the DsiPData
-object.
Example:
Old: dsiPData.toJson(); New: dsiPData.jsonInterface.toJson();