ArcFM Engine Developer Guide
Contains Method (PositionModel)


is the point contained within the shape
Syntax
'Declaration
 
Public Function Contains( _
   ByVal x As Double, _
   ByVal y As Double _
) As Boolean
'Usage
 
Dim instance As PositionModel
Dim x As Double
Dim y As Double
Dim value As Boolean
 
value = instance.Contains(x, y)
public bool Contains( 
   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

PositionModel Structure
PositionModel Members

 

 


Send Comment