ISelectionManager Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ISelectionManager.

Public Properties

 NameDescription
 PropertyPaperSpaceSelectionEnabledGets or sets whether paper-space selection is enabled.  
 PropertyRemoveOptionsGets or sets whether to allow or disallow the selection of an entity.  
Top

Public Methods

 NameDescription
 MethodClearSelectionsClears the specified command from the selection set.  
 MethodGetPickPointsGets the pick points for the selection.  
 MethodGetSelectedObjectGets the selected entity.  
 MethodGetSelectedObjectCountGets the number of selected entities in the current selection set.  
 MethodGetSelectedObjectsGets the selected entities of the specified entity types.  
 MethodGetSelectionFilterGets the selection filter.  
 MethodSelectByCrosslineSelects the entities that intersect the specified line.  
 MethodSelectByPointSelects an entity at the specified point.  
 MethodSelectByPolygonSelects only the entities within a polygon or selects the entities within and that intersect the polygon.  
 MethodSelectByWindowSelects only the entities within the selection window or selects all of the entities within and that intersect the selection window.  
Top

See Also