ArcFM Desktop Developer Guide
ChangeAllowResize Method


Syntax
'Declaration
 
Public Shared Sub ChangeAllowResize( _
   ByVal elementCanvas As ElementCanvas, _
   ByVal allowResize As Boolean _
) 
'Usage
 
Dim elementCanvas As ElementCanvas
Dim allowResize As Boolean
 
ElementCanvasExtensions.ChangeAllowResize(elementCanvas, allowResize)
public static void ChangeAllowResize( 
   ElementCanvas elementCanvas,
   bool allowResize
)

Parameters

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