ArcFM Solution Developer Guide
SelectedElementToFront Method


The element.
The canvas.
Selecteds the element to front.
Syntax
'Declaration
 
Public Shared Sub SelectedElementToFront( _
   Optional ByVal element As System.Windows.FrameworkElement, _
   Optional ByVal canvas As System.Windows.Controls.Canvas _
) 
'Usage
 
Dim element As System.Windows.FrameworkElement
Dim canvas As System.Windows.Controls.Canvas
 
ElementCanvasExtensions.SelectedElementToFront(element, canvas)
public static void SelectedElementToFront( 
   System.Windows.FrameworkElement element,
   System.Windows.Controls.Canvas canvas
)

Parameters

element
The element.
canvas
The canvas.
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