@ngnam1988 Yes, to a certain degree. But those other settings, like what you are showing in your image above, and what I am showing information for below, will not stay in effect when using either the pre-select method, or when using the Pick function when using an iLogic rule.
Following are two direct properties of the DrawingDocument object, which allow similar settings to what you commonly see in the quick access bar of a drawing.
DrawingDocument.SelectionPreferences
DrawingDocument.SelectionPriority
The SelectionPriority is fairly basic, using a variation of the SelectionPriorityEnum as its value.
The SelectionPreferences is more in depth, allowing specific ObjectTypeEnum variation inputs. But as I mentioned, those settings may effect manual user interactions within the visible user interface, but do not seem to carry over into what we do by code within iLogic rules.
Wesley Crihfield
(Not an Autodesk Employee)