Bug
| Bug-ID-Nummer | NIM061952 |
|---|---|
| Eingereicht | October 13, 2010 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS for Desktop |
| Gefunden in Version | 10.0 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | XP |
| Status | Will Not Be Addressed |
Use UID object to access to the existing standard identify tool. It does activate the standard Identify tool in ArcMap 10, however the approach is just calling the existing Identify tool, not using the ArcObject to access the identify dialog object.
e.g.
Private Sub showNewIdentifyDialog()
Dim puid As UID
Set puid = New UID
puid.Value = "esriControls.ControlsMapIdentifyTool"
Dim documentBars As ICommandBars
Set documentBars = Application.Document.CommandBars
Dim cmdItem As ICommandItem
Set cmdItem = documentBars.Find(puid, False, False)
Set Application.CurrentTool = cmdItem
End SubI
Bug-ID: NIM061952
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen