ISelectionManager Interface Methods Send Feedback
See Also 

For a list of all members of this type, see ISelectionManager members.

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