void restrictToActiveView(bool doRestrict)
This method sets the state of this MouseModeAPI such that selection modes are restricted to the active view or not, depending on whether doRestrict is TRUE or FALSE, respectively. This method effects subsequent calls to:
- setSelectFeatureCollectionMode
- setSelectLocAlongTrackMode
- setSelectLocationMode
- setSelectPointFeatureMode
- setSelectRectMode
- setSelectSingleFeatureMode
By default, selection modes are unrestricted.