ArcFM Responder Mobile Developer Guide
HitTestListItem Method






Syntax
'Declaration
 
Function HitTestListItem( _
   ByVal X As System.Double, _
   ByVal Y As System.Double _
) As ID8ListItem
'Usage
 
Dim instance As IMMListTree
Dim X As System.Double
Dim Y As System.Double
Dim value As ID8ListItem
 
value = instance.HitTestListItem(X, Y)
ID8ListItem HitTestListItem( 
   System.double X,
   System.double Y
)
function HitTestListItem( 
    X: System.Double;
    Y: System.Double
): ID8ListItem; 
function HitTestListItem( 
   X : System.double,
   Y : System.double
) : ID8ListItem;
ID8ListItem* HitTestListItem( 
   System.double X,
   System.double Y
) 
ID8ListItem^ HitTestListItem( 
   System.double X,
   System.double Y
) 

Parameters

X
Y
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMListTree Interface
IMMListTree Members

Send Feedback