ArcFM Solution Developer Guide
MoveElement Method


The element view.
The new position.
Moves the element.
Syntax
'Declaration
 
Public Sub MoveElement( _
   ByVal elementView As System.Windows.FrameworkElement, _
   ByVal newPos As PositionModel _
) 
'Usage
 
Dim instance As ElementCanvas
Dim elementView As System.Windows.FrameworkElement
Dim newPos As PositionModel
 
instance.MoveElement(elementView, newPos)
public void MoveElement( 
   System.Windows.FrameworkElement elementView,
   PositionModel newPos
)

Parameters

elementView
The element view.
newPos
The new position.
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

ElementCanvas Class
ElementCanvas Members

 

 


Send Comment