ArcFM Engine Developer Guide
GeometryFeatureSnap Constructor(IActiveView,IFeatureClass[],IMarkerSymbol,Double,Boolean)


Syntax
'Declaration
 
Public Function New( _
   ByVal activeView As ESRI.ArcGIS.Carto.IActiveView, _
   ByVal featureClasses() As IFeatureClass, _
   ByVal markerSymbol As ESRI.ArcGIS.Display.IMarkerSymbol, _
   ByVal snapSpeed As Double, _
   ByVal getPacketFeature As Boolean _
)
'Usage
 
Dim activeView As ESRI.ArcGIS.Carto.IActiveView
Dim featureClasses() As IFeatureClass
Dim markerSymbol As ESRI.ArcGIS.Display.IMarkerSymbol
Dim snapSpeed As Double
Dim getPacketFeature As Boolean
 
Dim instance As New GeometryFeatureSnap(activeView, featureClasses, markerSymbol, snapSpeed, getPacketFeature)
public GeometryFeatureSnap( 
   ESRI.ArcGIS.Carto.IActiveView activeView,
   IFeatureClass[] featureClasses,
   ESRI.ArcGIS.Display.IMarkerSymbol markerSymbol,
   double snapSpeed,
   bool getPacketFeature
)

Parameters

activeView
featureClasses
markerSymbol
snapSpeed
getPacketFeature
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

GeometryFeatureSnap Class
GeometryFeatureSnap Members
Overload List

 

 


Send Comment