Can be used in a project extention for instance, to override the behaviour of this parameter inherited from startup options for the current user session.
Returns void
Example
// enable project change if (JMap.Project.isChangeDisabled()) { JMap.Project.setChangeEnabled() }
JMap.Project.setChangeEnabled
Enables project change.
Can be used in a project extention for instance, to override the behaviour of this parameter inherited from startup options for the current user session.