Bug
| Bug ID Number | NIM061952 |
|---|---|
| Submitted | October 13, 2010 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS for Desktop |
| Version found | 10.0 |
| Operating System | Windows OS |
| Operating System Version | 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:
Get help from ArcGIS experts
Download the Esri Support App