WRAPPER_API bool GetIgnorePolygonAreaOfUse() const;
Description
The GetIgnorePolygonAreaOfUse method indicates whether AreaOfUse objects will attempt to check containment using an associated Polygon if one exists, when InBounds is called. If we are ignoring Polygons, the InBounds check will be performed using a simple rectangle based on the Max and Min points. If GetIgnoreAreaOfUse is true, polygon bounds will never be checked.
Comments
0 comments
Please sign in to leave a comment.