ArcFM Solution Developer Guide
IsPointInPolygon Method


The vertices of polygon
The test point
Determines if the test point is inside the polygon
Syntax
'Declaration
 
Public Shared Function IsPointInPolygon( _
   ByVal polygon As ImmutableArray(Of Coordinate3D), _
   ByVal testPoint As SE.Geospatial.Spatial.Coordinate3D _
) As System.Boolean
'Usage
 
Dim polygon As ImmutableArray(Of Coordinate3D)
Dim testPoint As SE.Geospatial.Spatial.Coordinate3D
Dim value As System.Boolean
 
value = VaultSurface.IsPointInPolygon(polygon, testPoint)
public static System.bool IsPointInPolygon( 
   ImmutableArray<Coordinate3D> polygon,
   SE.Geospatial.Spatial.Coordinate3D testPoint
)

Parameters

polygon
The vertices of polygon
testPoint
The test point

Return Value

True if the point is inside the polygon, else false
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

VaultSurface Class
VaultSurface Members

 

 


Send Comment