ArcFM Engine Developer Guide
OverlayMoveAdorner Constructor(UIElement,Canvas,Double,Boolean)


Syntax
'Declaration
 
Public Function New( _
   ByVal adornedElement As UIElement, _
   ByVal constraintCanvas As Canvas, _
   ByVal zoomScale As Double, _
   ByVal allowResize As Boolean _
)
'Usage
 
Dim adornedElement As UIElement
Dim constraintCanvas As Canvas
Dim zoomScale As Double
Dim allowResize As Boolean
 
Dim instance As New OverlayMoveAdorner(adornedElement, constraintCanvas, zoomScale, allowResize)
public OverlayMoveAdorner( 
   UIElement adornedElement,
   Canvas constraintCanvas,
   double zoomScale,
   bool allowResize
)

Parameters

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