ArcFM Engine Developer Guide
OverElement Method


The child.
The position.
Overs the element.
Syntax
'Declaration
 
Public Shared Function OverElement( _
   ByVal child As FrameworkElement, _
   ByVal position As Point _
) As Boolean
'Usage
 
Dim child As FrameworkElement
Dim position As Point
Dim value As Boolean
 
value = ElementCanvasExtensions.OverElement(child, position)
public static bool OverElement( 
   FrameworkElement child,
   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