ArcFM Server Developer Guide
OverlayMoveAdorner Constructor(UIElement,Canvas,Double,Boolean,Func<SnapToGridAttributes>,Action<SnapToGridStateChangedEventArgs>)


Syntax
'Declaration
 
Public Function New( _
   ByVal adornedElement As UIElement, _
   ByVal constraintCanvas As Canvas, _
   ByVal zoomScale As Double, _
   ByVal allowResize As Boolean, _
   ByVal getSnapToGridAttributes As Func(Of SnapToGridAttributes), _
   ByVal invokeSnapToGridStateChanged As Action(Of SnapToGridStateChangedEventArgs) _
)
'Usage
 
Dim adornedElement As UIElement
Dim constraintCanvas As Canvas
Dim zoomScale As Double
Dim allowResize As Boolean
Dim getSnapToGridAttributes As Func(Of SnapToGridAttributes)
Dim invokeSnapToGridStateChanged As Action(Of SnapToGridStateChangedEventArgs)
 
Dim instance As New OverlayMoveAdorner(adornedElement, constraintCanvas, zoomScale, allowResize, getSnapToGridAttributes, invokeSnapToGridStateChanged)

Parameters

adornedElement
constraintCanvas
zoomScale
allowResize
getSnapToGridAttributes
invokeSnapToGridStateChanged
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

OverlayMoveAdorner Class
OverlayMoveAdorner Members
Overload List

 

 


Send Comment