ArcFM Desktop Developer Guide
GetPreferredHeight Method


Syntax
'Declaration
 
Protected Overrides NotOverridable Function GetPreferredHeight( _
   ByVal g As Graphics, _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As DataGridSizeableColumn
Dim g As Graphics
Dim value As Object
Dim value As Integer
 
value = instance.GetPreferredHeight(g, value)
protected override int GetPreferredHeight( 
   Graphics g,
   object value
)

Parameters

g
value
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

DataGridSizeableColumn Class
DataGridSizeableColumn Members

 

 


Send Comment