Click or drag to resize

RegionSearcherFind Method

Searches the region that surrounds the specified point.

Namespace:  RootPro.RootProCAD.Geometry
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract RegionSearchResult Find(
	DrawingView drawingView,
	Point2d point
)

Parameters

drawingView
Type: RootPro.RootProCAD.UIDrawingView
DrawingView representing the view (line or continuous line)
point
Type: RootPro.RootProCAD.GeometryPoint2d
Point2d represents an interior point for searching an region

Return Value

Type: RegionSearchResult
Represents the execution result of the region search RegionSearchResult
See Also