ShapeItemSearchMode
Describes available modes for searching for items in the shape series.
Enumeration Members
Section titled "Enumeration Members"ClosestBoundingBox
Section titled "ClosestBoundingBox"When searching for a shape, the shape with the closest bounding box is selected.
ClosestBoundingBox = 1 ClosestPointOnClosestShape
Section titled "ClosestPointOnClosestShape"When searching for a shape, the closest point along the closest shape is used. The search is skipped in performance critical scenarios if the number of bounds is over ItemSearchThreshold, or if the number of points in a shape is over ItemSearchPointsThreshold.
ClosestPointOnClosestShape = 3 ClosestShape
Section titled "ClosestShape"When searching for a shape, the shape with a border closest to the target point is selected. The search is skipped in performance critical scenarios if the number of bounds is over ItemSearchThreshold, or if the number of points in a shape is over ItemSearchPointsThreshold.
ClosestShape = 2