SelectionPickObjects Method

Prompts the user to select multiple objects.
Overload List
 NameDescription
Public methodPickObjects(ObjectType)Prompts the user to select multiple objects.
Public methodPickObjects(ObjectType, ISelectionFilter)Prompts the user to select multiple objects which pass a customer filter.
Public methodPickObjects(ObjectType, String)Prompts the user to select multiple objects while showing a custom status prompt string.
Public methodCode examplePickObjects(ObjectType, ISelectionFilter, String)Prompts the user to select multiple objects which pass a custom filter while showing a custom status prompt string.
Public methodPickObjects(ObjectType, ISelectionFilter, String, IListReference)Prompts the user to select multiple objects which pass a custom filter while showing a custom status prompt string. A preselected set of objects may be supplied and will be selected at the start of the selection.
Top
See Also