ArcFM Solution Developer Guide
ChangeZoomScale Method


Syntax
'Declaration
 
Public Shared Sub ChangeZoomScale( _
   ByVal elementCanvas As ElementCanvas, _
   ByVal zoomScale As System.Double _
) 
'Usage
 
Dim elementCanvas As ElementCanvas
Dim zoomScale As System.Double
 
ElementCanvasExtensions.ChangeZoomScale(elementCanvas, zoomScale)
public static void ChangeZoomScale( 
   ElementCanvas elementCanvas,
   System.double zoomScale
)

Parameters

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