ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

Help

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Plus...

Delete Reviewer Session

  • Résumé
  • Utilisation
  • Syntaxe
  • Exemple de code
  • Environnements
  • Informations de licence

Résumé

Permanently deletes one or more sessions and all related records from a Reviewer workspace.

A Reviewer session is used to store and manage the results of your data analysis throughout the life cycle of an anomaly. It allows you to organize the results discovered from running batch jobs and visual inspections.

Utilisation

  • The Reviewer Workspace can be stored in enterprise, file, or personal geodatabases.

  • When deleting a session from an enterprise geodatabase, connect to the Reviewer Workspace using the same version used when the session was created.

  • Use the Create Reviewer Session tool to create sessions.

Syntaxe

DeleteReviewerSession_Reviewer (reviewer_workspace, session)
ParamètreExplicationType de données
reviewer_workspace

The workspace from which the Reviewer session will be deleted.

Workspace
session
[session,...]

The Reviewer session identifier and name. The session must exist in the Reviewer workspace, for example, Session 1 : data_qc.

String

Exemple de code

DeleteReviewerSession example 1 (stand-alone script)

The following stand–alone script demonstrates how to use the DeleteReviewerSession tool.

# Name: DeleteReviewerSession.py
# Description: Deletes a Reviewer session from a Reviewer workspace
# Author: Esri
# Date: January 2013

# Import arcpy module
import arcpy

# check out a Data Reviewer extension license
arcpy.CheckOutExtension("datareviewer")

# path to a workspace and session
reviewer_gdb = "C:\\data\\Reviewer.sde"
session="Session 1 : qc01"

# execute the Delete Reviewer Session tool
arcpy.DeleteReviewerSession_Reviewer(reviewer_gdb,session)

# check in the Data Reviewer extension
arcpy.CheckInExtension("datareviewer")
DeleteReviewerSession example 2 (Python window)

The following Python window script demonstrates how to delete multiple sessions from a Reviewer workspace.

# variable for the Reviewer workspace
rev_workspace = "C:\\Data\\Reviewer.sde"

# create a list of sessions IDs
sessions = ['Session 4 : qc01','Session 5 : qc02','Session 6 : qc03']
	
# execute the Delete Reviewer Session tool
arcpy.DeleteReviewerSession_Reviewer(rev_workspace,sessions)

Environnements

  • Espace de travail courant

Informations de licence

  • ArcGIS Desktop Basic: Requiert Data Reviewer
  • ArcGIS Desktop Standard: Requiert Data Reviewer
  • ArcGIS Desktop Advanced: Requiert Data Reviewer

Rubriques connexes

  • An overview of the Data Reviewer toolbox

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2019 Esri. | Confidentialité | Légal