ArcFM Engine Developer Guide
FindRegionForPointRequest Constructor(Double,Double)


Get the point by the given x,y
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
'Usage
 
Dim x As Double
Dim y As Double
 
Dim instance As New FindRegionForPointRequest(x, y)
public FindRegionForPointRequest( 
   double x,
   double y
)

Parameters

x
y
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

FindRegionForPointRequest Class
FindRegionForPointRequest Members
Overload List

 

 


Send Comment