ILayerGeoSearchIntersectionSearch Method |
Search for layer objects cut by the line defined by the points p1 and
p2. Especially for point objects, its part of the layer specification, when an object is
regarded as 'cut' by a line.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax ICollection IntersectionSearch(
Point p1,
Point p2
)
Function IntersectionSearch (
p1 As Point,
p2 As Point
) As ICollection
ICollection^ IntersectionSearch(
Point p1,
Point p2
)
abstract IntersectionSearch :
p1 : Point *
p2 : Point -> ICollection
Parameters
- p1
- Type: System.WindowsPoint
First point of 'cutting' line. - p2
- Type: System.WindowsPoint
Second point of 'cutting' line.
Return Value
Type:
ICollection Collection of layer objects, which are cut by the specified line.
See Also