Name Return Type Description
O PickObjects(ObjectType) IList<Reference> Prompts the user to select multiple objects.
O PickObjects(ObjectType, ISelectionFilter) IList<Reference> Prompts the user to select multiple objects which pass a customer filter.
O PickObjects(ObjectType, String) IList<Reference> Prompts the user to select multiple objects while showing a custom status prompt string.
O PickObjects(ObjectType, ISelectionFilter, String) IList<Reference> Prompts the user to select multiple objects which pass a custom filter while showing a custom status prompt string.
O PickObjects(ObjectType, ISelectionFilter, String, IList<Reference>) IList<Reference> 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.