ArcFM Desktop Developer Guide
TraceClickHandler Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal callBack As ClickInfoCallBack, _
   ByRef ftSnap As GeometryFeatureSnap, _
   ByVal activeView As ESRI.ArcGIS.Carto.IActiveView, _
   ByRef cursor As Cursor, _
   Optional ByVal doDistanceLimited As Boolean _
)
'Usage
 
Dim callBack As ClickInfoCallBack
Dim ftSnap As GeometryFeatureSnap
Dim activeView As ESRI.ArcGIS.Carto.IActiveView
Dim cursor As Cursor
Dim doDistanceLimited As Boolean
 
Dim instance As New TraceClickHandler(callBack, ftSnap, activeView, cursor, doDistanceLimited)
public TraceClickHandler( 
   ClickInfoCallBack callBack,
   ref GeometryFeatureSnap ftSnap,
   ESRI.ArcGIS.Carto.IActiveView activeView,
   ref Cursor cursor,
   bool doDistanceLimited
)

Parameters

callBack
ftSnap
activeView
cursor
doDistanceLimited
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

TraceClickHandler Class
TraceClickHandler Members

 

 


Send Comment