ArcFM Solution Developer Guide
OverElement Method


The child.
The position.
Overs the element.
Syntax
'Declaration
 
Public Shared Function OverElement( _
   ByVal child As System.Windows.FrameworkElement, _
   ByVal position As System.Windows.Point _
) As System.Boolean
'Usage
 
Dim child As System.Windows.FrameworkElement
Dim position As System.Windows.Point
Dim value As System.Boolean
 
value = ElementCanvasExtensions.OverElement(child, position)
public static System.bool OverElement( 
   System.Windows.FrameworkElement child,
   System.Windows.Point position
)

Parameters

child
The child.
position
The 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

ElementCanvasExtensions Class
ElementCanvasExtensions Members

 

 


Send Comment