ArcFM Engine Developer Guide
Resize Method


Syntax
'Declaration
 
Sub Resize( _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) 
'Usage
 
Dim instance As ID8ViewEvents
Dim Width As Integer
Dim Height As Integer
 
instance.Resize(Width, Height)
void Resize( 
   int Width,
   int Height
)

Parameters

Width
Height
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

ID8ViewEvents Interface
ID8ViewEvents Members

 

 


Send Comment