/// <summary> Box select geometry. </summary>
 ///
 /// <param name="selectionType"> Type of the selection. </param>
 ///
 /// <returns> true if it succeeds, false if it fails. </returns>
 internal static bool BoxSelectGeometry(BoxSelectionType selectionType)
 {
     return(SelectionManager.BoxSelectGeometry(ApplicationStrings.BoxSelection, new GeometryMask(true), selectionType));
 }