ArcFM Engine Developer Guide
SelectElement(FrameworkElement,Boolean,Canvas,Boolean) Method


For backwards compatibility
Syntax
'Declaration
 
Public Overloads Shared Sub SelectElement( _
   ByVal element As FrameworkElement, _
   ByVal allowResize As Boolean, _
   Optional ByVal canvas As Canvas, _
   Optional ByVal multiSel As Boolean _
) 
'Usage
 
Dim element As FrameworkElement
Dim allowResize As Boolean
Dim canvas As Canvas
Dim multiSel As Boolean
 
ElementCanvasExtensions.SelectElement(element, allowResize, canvas, multiSel)
public static void SelectElement( 
   FrameworkElement element,
   bool allowResize,
   Canvas canvas,
   bool multiSel
)

Parameters

element
allowResize
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