PickObject Method
Prompts the user to select one object.

Overload List

  NameDescription
Public methodPickObject(ObjectType)
Prompts the user to select one object.
Public methodPickObject(ObjectType, ISelectionFilter)
Prompts the user to select one object which passes a custom filter.
Public methodPickObject(ObjectType, String)
Prompts the user to select one object while showing a custom status prompt string.
Public methodPickObject(ObjectType, ISelectionFilter, String)
Prompts the user to select one object which passes a custom filter while showing a custom status prompt string.

See Also