ArcFM Desktop Developer Guide
CheckBoundsY Method


The top position of the component.
The height of the component.
Checks the bounds on the Y coordinate to determine if the coordinate with appear on screen. If not returns a Y coordiante that is on screen.
Syntax
'Declaration
 
Public Shared Function CheckBoundsY( _
   ByVal y As Double, _
   ByVal height As Double _
) As Double
'Usage
 
Dim y As Double
Dim height As Double
Dim value As Double
 
value = WindowPositioning.CheckBoundsY(y, height)
public static double CheckBoundsY( 
   double y,
   double height
)

Parameters

y
The top position of the component.
height
The height of the component.

Return Value

The modified Y value if it will appear off screen, otherwise returns the value passed in.
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

WindowPositioning Class
WindowPositioning Members

 

 


Send Comment