| Numéro d’ID de bogue |
BUG-000112777 |
| Envoi | March 28, 2018 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 2.0.1 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 7 |
| Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
This is as designed. This is consistent with how it works in ArcMap. A feature class can be replaced with a different name, even in a feature dataset. Refer to the code example below:
find_dict = {'connection_info': {'database': 'C:\Temp\FeatureDatasets\GreatLakes_1.gdb'},
'dataset': 'GreatLakes',
'workspace_factory': 'File Geodatabase'}
replace_dict = {'connection_info': {'database': 'C:\Temp\FeatureDatasets\GreatLakes_2.gdb'},
'dataset': 'GreatLakesNEW',
'workspace_factory': 'File Geodatabase'}
l.updateConnectionProperties(find_dict, replace_dict)
According to a web help documentation, geodatabase feature datasets are part of a workspace and their names should not be included in the workspace path. If a feature class is moved into or out of a geodatabase feature dataset within the same workspace, nothing should be done in terms of updating map documents or layer file data sources. If a dataset is moved into a different workspace, but of the same workspace type, provide a path to the new workspace, without the geodatabase feature dataset name.
Étapes pour reproduire
ID de bogue: BUG-000112777
Logiciel: