SelectionPickObject Method

Prompts the user to select one object.
Overload List
 NameDescription
Public methodCode examplePickObject(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.
Top
See Also