ArcFM Solution Developer Guide
SelectElement(FrameworkElement,Boolean,Func<SnapToGridAttributes>,Action<SnapToGridStateChangedEventArgs>,Canvas,Boolean) Method


Syntax
'Declaration
 
Public Overloads Shared Sub SelectElement( _
   ByVal element As System.Windows.FrameworkElement, _
   ByVal allowResize As System.Boolean, _
   ByVal getSnapToGridAttributes As System.Func(Of SnapToGridAttributes), _
   ByVal invokeSnapToGridStateChanged As System.Action(Of SnapToGridStateChangedEventArgs), _
   Optional ByVal canvas As System.Windows.Controls.Canvas, _
   Optional ByVal multiSel As System.Boolean _
) 
'Usage
 
Dim element As System.Windows.FrameworkElement
Dim allowResize As System.Boolean
Dim getSnapToGridAttributes As System.Func(Of SnapToGridAttributes)
Dim invokeSnapToGridStateChanged As System.Action(Of SnapToGridStateChangedEventArgs)
Dim canvas As System.Windows.Controls.Canvas
Dim multiSel As System.Boolean
 
ElementCanvasExtensions.SelectElement(element, allowResize, getSnapToGridAttributes, invokeSnapToGridStateChanged, canvas, multiSel)
public static void SelectElement( 
   System.Windows.FrameworkElement element,
   System.bool allowResize,
   System.Func<SnapToGridAttributes> getSnapToGridAttributes,
   System.Action<SnapToGridStateChangedEventArgs> invokeSnapToGridStateChanged,
   System.Windows.Controls.Canvas canvas,
   System.bool multiSel
)

Parameters

element
allowResize
getSnapToGridAttributes
invokeSnapToGridStateChanged
canvas
multiSel
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
Overload List

 

 


Send Comment