ArcFM Desktop Developer Guide
Identify Event


Syntax
'Declaration
 
Public Event Identify As EventHandler(Of IdentifyEventArgs)
'Usage
 
Dim instance As IdentifyTool
Dim handler As EventHandler(Of IdentifyEventArgs)
 
AddHandler instance.Identify, handler
public event EventHandler<IdentifyEventArgs> Identify
Event Data

The event handler receives an argument of type IdentifyEventArgs containing data related to this event. The following IdentifyEventArgs properties provide information specific to this event.

PropertyDescription
ActiveView  
Geometry  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IdentifyTool Class
IdentifyTool Members

 

 


Send Comment