• JMap.Project.setChangeDisabled

    Disables 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.

    Returns void

    Example

    // disable project change
    if (!JMap.Project.isChangeDisabled()) {
    JMap.Project.setChangeDisabled()
    }