Changes in 2022 vs 2021 1 added 2 changed
Flip API Versions →Added in 2022 (new since 2021)
Changed members
GlobalParameter.Create(Document, String, ParameterType)
No longer obsolete in 2021 (was obsolete in 2022)
| document | Document | Document in which the new parameter is to be created |
| name | String | The name of the new parameter. It must be unique in the document |
| datatype | ParameterType | Type of the data the parameter is to store |
| → returns | GlobalParameter | An instance of the new global parameter |
GlobalParameter.IsValidDataType(ParameterType)
No longer obsolete in 2021 (was obsolete in 2022)
| datatype | ParameterType | Type of the data the parameter is to store. |
| → returns | Boolean | True if the data type is suitable for a global parameter; False otherwise. |